diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-12-30 03:29:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-12-30 03:29:13 +0000 |
commit | 86d5af1aa6f752b27b039722d8b95a72bd90ad59 (patch) | |
tree | 9bb0a2ccecca9c8675da16a7a06abbc88323eb3a /dev-qt | |
parent | For 4.8+ C++ is always enabled. We should eventually drop the cxx USE flag, (diff) | |
download | gentoo-2-86d5af1aa6f752b27b039722d8b95a72bd90ad59.tar.gz gentoo-2-86d5af1aa6f752b27b039722d8b95a72bd90ad59.tar.bz2 gentoo-2-86d5af1aa6f752b27b039722d8b95a72bd90ad59.zip |
Stable for HPPA (bug #494728).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/ChangeLog | 5 | ||||
-rw-r--r-- | dev-qt/qtcore/qtcore-4.8.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-qt/qtcore/ChangeLog b/dev-qt/qtcore/ChangeLog index a292a8a52d0d..7bfbceb516cc 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.34 2013/12/29 19:28:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.35 2013/12/30 03:29:13 jer Exp $ + + 30 Dec 2013; Jeroen Roovers <jer@gentoo.org> qtcore-4.8.5-r1.ebuild: + Stable for HPPA (bug #494728). 29 Dec 2013; Agostino Sarubbo <ago@gentoo.org> qtcore-4.8.5-r1.ebuild: Stable for x86, wrt bug #494728 diff --git a/dev-qt/qtcore/qtcore-4.8.5-r1.ebuild b/dev-qt/qtcore/qtcore-4.8.5-r1.ebuild index 056e71eb9320..e5a2f16855ed 100644 --- a/dev-qt/qtcore/qtcore-4.8.5-r1.ebuild +++ b/dev-qt/qtcore/qtcore-4.8.5-r1.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.5-r1.ebuild,v 1.3 2013/12/29 19:28:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.5-r1.ebuild,v 1.4 2013/12/30 03:29:13 jer Exp $ EAPI=5 @@ -11,7 +11,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" |