diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-01-31 18:15:08 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-01-31 18:15:08 +0000 |
commit | c04cf427c3dfb7252f5cd01edb6d4aac1a4b399e (patch) | |
tree | 129e1ddc14fb7e992dc8c2d11fe4b2f0526f1644 /x11-libs/qt-gui | |
parent | Stable on alpha, bug #248038 (diff) | |
download | gentoo-2-c04cf427c3dfb7252f5cd01edb6d4aac1a4b399e.tar.gz gentoo-2-c04cf427c3dfb7252f5cd01edb6d4aac1a4b399e.tar.bz2 gentoo-2-c04cf427c3dfb7252f5cd01edb6d4aac1a4b399e.zip |
Stable on alpha, bug #248038
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-gui')
-rw-r--r-- | x11-libs/qt-gui/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-gui/qt-gui-4.4.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 c3f1b8959c6b..a45d04e2aca5 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.22 2009/01/30 22:15:33 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.23 2009/01/31 18:15:08 klausman Exp $ + + 31 Jan 2009; Tobias Klausmann <klausman@gentoo.org> + qt-gui-4.4.2-r1.ebuild: + Stable on alpha, bug #248038 *qt-gui-4.4.2-r2 (30 Jan 2009) diff --git a/x11-libs/qt-gui/qt-gui-4.4.2-r1.ebuild b/x11-libs/qt-gui/qt-gui-4.4.2-r1.ebuild index 8a842a96f10d..9bcedb4628e9 100644 --- a/x11-libs/qt-gui/qt-gui-4.4.2-r1.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.4.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.4.2-r1.ebuild,v 1.4 2009/01/29 18:51:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.2-r1.ebuild,v 1.5 2009/01/31 18:15:08 klausman Exp $ EAPI="1" inherit eutils qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE_INPUT_DEVICES="input_devices_wacom" IUSE="+accessibility cups dbus debug glib mng nas nis tiff +qt3support xinerama ${IUSE_INPUT_DEVICES}" |