diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-13 19:10:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-13 19:10:59 +0000 |
commit | 90e0573c62e63416e12f28ccf44f3d4edbcc5092 (patch) | |
tree | 24abf83f380c00ea18e98d7b57e5bb0e53ff50c2 /dev-qt | |
parent | Stable for ppc64, wrt bug #476556 (diff) | |
download | gentoo-2-90e0573c62e63416e12f28ccf44f3d4edbcc5092.tar.gz gentoo-2-90e0573c62e63416e12f28ccf44f3d4edbcc5092.tar.bz2 gentoo-2-90e0573c62e63416e12f28ccf44f3d4edbcc5092.zip |
Stable for ppc64, wrt bug #476178
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/ChangeLog | 5 | ||||
-rw-r--r-- | dev-qt/qtcore/qtcore-4.8.4-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-qt/qtcore/ChangeLog b/dev-qt/qtcore/ChangeLog index dec4c3cd1495..d97abbe4340f 100644 --- a/dev-qt/qtcore/ChangeLog +++ b/dev-qt/qtcore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtcore # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.22 2013/07/13 17:59:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.23 2013/07/13 19:10:59 ago Exp $ + + 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> qtcore-4.8.4-r5.ebuild: + Stable for ppc64, wrt bug #476178 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> qtcore-4.8.4-r5.ebuild: Stable for ppc, wrt bug #476178 diff --git a/dev-qt/qtcore/qtcore-4.8.4-r5.ebuild b/dev-qt/qtcore/qtcore-4.8.4-r5.ebuild index 1a010313b0d3..d7ddcb450248 100644 --- a/dev-qt/qtcore/qtcore-4.8.4-r5.ebuild +++ b/dev-qt/qtcore/qtcore-4.8.4-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.4-r5.ebuild,v 1.7 2013/07/13 17:59:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.4-r5.ebuild,v 1.8 2013/07/13 19:10:59 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="+glib iconv icu qt3support ssl" |