diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-09 19:13:15 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-09 19:13:15 +0000 |
commit | f8b39a9d58694f008a7c8ac9727f23c6c66f4e22 (patch) | |
tree | 222726e9ca720eff75477ad93570bd6c8fa41071 /x11-libs/qt-gui | |
parent | Switch to EAPI=5. (diff) | |
download | gentoo-2-f8b39a9d58694f008a7c8ac9727f23c6c66f4e22.tar.gz gentoo-2-f8b39a9d58694f008a7c8ac9727f23c6c66f4e22.tar.bz2 gentoo-2-f8b39a9d58694f008a7c8ac9727f23c6c66f4e22.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/qt-gui')
-rw-r--r-- | x11-libs/qt-gui/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog index ca0aa7ec4a2d..353356d8b216 100644 --- a/x11-libs/qt-gui/ChangeLog +++ b/x11-libs/qt-gui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-gui # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.221 2013/02/09 11:58:26 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.222 2013/02/09 19:13:15 pinkbyte Exp $ + + 09 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> qt-gui-4.8.4-r1.ebuild: + Stable on amd64, wrt bug #455884 09 Feb 2013; Davide Pesavento <pesa@gentoo.org> qt-gui-4.8.4-r1.ebuild, qt-gui-4.8.4.ebuild: diff --git a/x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild b/x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild index 393a6a080c9a..3422118a8edf 100644 --- a/x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.8.4-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/x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild,v 1.2 2013/02/09 11:58:26 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild,v 1.3 2013/02/09 19:13:15 pinkbyte Exp $ EAPI=4 @@ -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="+accessibility cups dbus egl gif +glib gtkstyle mng nas nis qt3support tiff trace xinerama +xv" |