diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-05-25 08:26:36 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-05-25 08:26:36 +0000 |
commit | a7ba4d9ef0114fd48308f8221045c5f4fe8b6acc (patch) | |
tree | 53e843e3cb6e871983985a1b19a68a06d3743078 /x11-libs/qt-gui | |
parent | Added ~ppc/~ppc64 (diff) | |
download | gentoo-2-a7ba4d9ef0114fd48308f8221045c5f4fe8b6acc.tar.gz gentoo-2-a7ba4d9ef0114fd48308f8221045c5f4fe8b6acc.tar.bz2 gentoo-2-a7ba4d9ef0114fd48308f8221045c5f4fe8b6acc.zip |
Added ~ppc/~ppc64
(Portage version: 2.1.4.4)
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.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog index d4f33a372061..b0f9ab8f955a 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.6 2008/05/16 09:26:27 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.7 2008/05/25 08:26:36 corsair Exp $ + + 25 May 2008; Markus Rothe <corsair@gentoo.org> qt-gui-4.4.0.ebuild: + Added ~ppc/~ppc64 16 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> -qt-gui-4.4.0_rc1.ebuild: diff --git a/x11-libs/qt-gui/qt-gui-4.4.0.ebuild b/x11-libs/qt-gui/qt-gui-4.4.0.ebuild index a89b86a38f3b..cc6d74d2ea5c 100644 --- a/x11-libs/qt-gui/qt-gui-4.4.0.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.0.ebuild,v 1.1 2008/05/15 12:45:33 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.0.ebuild,v 1.2 2008/05/25 08:26:36 corsair Exp $ EAPI="1" inherit eutils qt4-build @@ -10,7 +10,7 @@ HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( QPL-1.0 GPL-3 GPL-2 )" SLOT="4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE_INPUT_DEVICES="input_devices_wacom" IUSE="+accessibility cups dbus debug glib mng nas nis tiff +qt3support xinerama ${IUSE_INPUT_DEVICES}" |