diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-09 19:12:25 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-09 19:12:25 +0000 |
commit | fac5a04826f8883da3f73c6daf3db77a5f1595bd (patch) | |
tree | 6297e23d87990b12f35289674e6c039fcefdb5f6 /x11-libs | |
parent | Use readme.gentoo.eclass for elog message (#456068) (diff) | |
download | gentoo-2-fac5a04826f8883da3f73c6daf3db77a5f1595bd.tar.gz gentoo-2-fac5a04826f8883da3f73c6daf3db77a5f1595bd.tar.bz2 gentoo-2-fac5a04826f8883da3f73c6daf3db77a5f1595bd.zip |
Stable on amd64, wrt bug #455884
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-core/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-core/qt-core-4.8.4-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-core/ChangeLog b/x11-libs/qt-core/ChangeLog index 6bc1335f694b..353f27f0bb5f 100644 --- a/x11-libs/qt-core/ChangeLog +++ b/x11-libs/qt-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-core # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.205 2013/02/09 08:04:37 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.206 2013/02/09 19:12:25 pinkbyte Exp $ + + 09 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> qt-core-4.8.4-r2.ebuild: + Stable on amd64, wrt bug #455884 *qt-core-4.8.4-r2 (09 Feb 2013) diff --git a/x11-libs/qt-core/qt-core-4.8.4-r2.ebuild b/x11-libs/qt-core/qt-core-4.8.4-r2.ebuild index afd758201549..749d29bef33e 100644 --- a/x11-libs/qt-core/qt-core-4.8.4-r2.ebuild +++ b/x11-libs/qt-core/qt-core-4.8.4-r2.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/x11-libs/qt-core/qt-core-4.8.4-r2.ebuild,v 1.1 2013/02/09 08:04:37 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.8.4-r2.ebuild,v 1.2 2013/02/09 19:12:25 pinkbyte 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" |