diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-05-09 06:59:23 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-05-09 06:59:23 +0000 |
commit | 938ec580b6aca671af6fd4f9d340e2cdddb1e574 (patch) | |
tree | 96d0ca8bd74f2a69a28cf1f9e6982169dc643596 /x11-libs/qt-gui | |
parent | Use LKGR to hopefully avoid transient problems like bug #365367. Simplify src... (diff) | |
download | gentoo-2-938ec580b6aca671af6fd4f9d340e2cdddb1e574.tar.gz gentoo-2-938ec580b6aca671af6fd4f9d340e2cdddb1e574.tar.bz2 gentoo-2-938ec580b6aca671af6fd4f9d340e2cdddb1e574.zip |
x86 stable per bug 354033
(Portage version: 2.1.9.46/cvs/Linux i686)
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.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog index 2b7cd282457b..b696fd8fc80a 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.142 2011/04/14 21:49:23 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.143 2011/05/09 06:59:23 tomka Exp $ + + 09 May 2011; Thomas Kahle <tomka@gentoo.org> qt-gui-4.7.2.ebuild: + x86 stable per bug 354033 14 Apr 2011; Alex Alexander <wired@gentoo.org> qt-gui-4.7.2.ebuild, metadata.xml: diff --git a/x11-libs/qt-gui/qt-gui-4.7.2.ebuild b/x11-libs/qt-gui/qt-gui-4.7.2.ebuild index 3061b8e485d3..19f0efcb0bcd 100644 --- a/x11-libs/qt-gui/qt-gui-4.7.2.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.7.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 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.7.2.ebuild,v 1.4 2011/04/14 21:49:23 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.2.ebuild,v 1.5 2011/05/09 06:59:23 tomka Exp $ EAPI="3" inherit confutils qt4-build DESCRIPTION="The GUI module for the Qt toolkit" SLOT="4" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="+accessibility cups dbus egl +glib gtkstyle mng nas nis private-headers qt3support raster tiff trace xinerama" RDEPEND="media-libs/fontconfig |