diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-07-15 18:57:29 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-07-15 18:57:29 +0000 |
commit | 647f1a55d4af43a470796d114b44d8879725b93c (patch) | |
tree | 02778f9230d0526e27555c9ba64337a1baa0ff25 /x11-libs | |
parent | Remove old version. (diff) | |
download | gentoo-2-647f1a55d4af43a470796d114b44d8879725b93c.tar.gz gentoo-2-647f1a55d4af43a470796d114b44d8879725b93c.tar.bz2 gentoo-2-647f1a55d4af43a470796d114b44d8879725b93c.zip |
Don't add useflag defaults that are in desktop profile, as was decided in previous meeting
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-gui/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-gui/qt-gui-4.5.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog index df9ec20ded06..b573dc21caed 100644 --- a/x11-libs/qt-gui/ChangeLog +++ b/x11-libs/qt-gui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-gui # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.64 2009/07/15 18:47:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.65 2009/07/15 18:57:29 yngwin Exp $ + + 15 Jul 2009; Ben de Groot <yngwin@gentoo.org> qt-gui-4.5.2-r1.ebuild: + Don't add useflag defaults that are in desktop profile, as was decided in + previous meeting 15 Jul 2009; Markos Chandras <hwoarang@gentoo.org> -qt-gui-4.5.2.ebuild, qt-gui-4.5.2-r1.ebuild: diff --git a/x11-libs/qt-gui/qt-gui-4.5.2-r1.ebuild b/x11-libs/qt-gui/qt-gui-4.5.2-r1.ebuild index 13ced6653c21..056fe99e72b3 100644 --- a/x11-libs/qt-gui/qt-gui-4.5.2-r1.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.5.2-r1.ebuild,v 1.2 2009/07/15 18:47:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.2-r1.ebuild,v 1.3 2009/07/15 18:57:29 yngwin Exp $ EAPI="2" inherit eutils qt4-build @@ -8,7 +8,7 @@ inherit eutils qt4-build DESCRIPTION="The GUI module for the Qt toolkit" SLOT="4" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="+accessibility cups +dbus +glib gtk mng nas nis raster tiff qt3support xinerama" +IUSE="+accessibility cups dbus +glib gtk mng nas nis raster tiff qt3support xinerama" RDEPEND="media-libs/fontconfig >=media-libs/freetype-2 |