diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-01-04 18:29:35 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-01-04 18:29:35 +0000 |
commit | 88ca6cb4835c949b5538997567818cbde85eaa4b (patch) | |
tree | 3291ea489445c39be0abe3e47971b22ec2eb65c1 /x11-libs | |
parent | QT tweak again (diff) | |
download | gentoo-2-88ca6cb4835c949b5538997567818cbde85eaa4b.tar.gz gentoo-2-88ca6cb4835c949b5538997567818cbde85eaa4b.tar.bz2 gentoo-2-88ca6cb4835c949b5538997567818cbde85eaa4b.zip |
Added ~amd64 keyword. For bug #112811.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 173b4fb6294f..b01ba4468535 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.278 2006/01/04 15:51:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.279 2006/01/04 18:29:35 metalgod Exp $ + + 04 Jan 2006; Luis Medinas <metalgod@gentoo.org> qt-4.1.0-r1.ebuild: + Added ~amd64 keyword. For bug #112811. 04 Jan 2006; Markus Rothe <corsair@gentoo.org> qt-4.1.0-r1.ebuild: Added ~ppc64; bug #112811 diff --git a/x11-libs/qt/qt-4.1.0-r1.ebuild b/x11-libs/qt/qt-4.1.0-r1.ebuild index 6875634c0fca..32730ed7643d 100644 --- a/x11-libs/qt/qt-4.1.0-r1.ebuild +++ b/x11-libs/qt/qt-4.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.1.0-r1.ebuild,v 1.3 2006/01/04 15:51:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.1.0-r1.ebuild,v 1.4 2006/01/04 18:29:35 metalgod Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -13,7 +13,7 @@ S=${WORKDIR}/qt-x11-${SRCTYPE}-${PV} LICENSE="|| ( QPL-1.0 GPL-2 )" SLOT="4" -KEYWORDS="~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="accessibility cups debug doc examples firebird gif jpeg mng mysql nas nis odbc opengl png postgres sqlite xinerama zlib" DEPEND="|| ( ( x11-libs/libXrandr |