diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2004-09-09 19:05:04 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2004-09-09 19:05:04 +0000 |
commit | 85a90a7d97e3f5e4756866b75885f38a5c162b4d (patch) | |
tree | 832bad6555d6df69c8bfd8571a05f02c2a04c099 /x11-misc | |
parent | xcompmgr works on amd64 just as well (slow) as on x86 (diff) | |
download | historical-85a90a7d97e3f5e4756866b75885f38a5c162b4d.tar.gz historical-85a90a7d97e3f5e4756866b75885f38a5c162b4d.tar.bz2 historical-85a90a7d97e3f5e4756866b75885f38a5c162b4d.zip |
Works on amd64 too
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/transset/transset-0.1_pre20040821.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/transset/transset-0.1_pre20040821.ebuild b/x11-misc/transset/transset-0.1_pre20040821.ebuild index 5eb88069d870..dfcb57532620 100644 --- a/x11-misc/transset/transset-0.1_pre20040821.ebuild +++ b/x11-misc/transset/transset-0.1_pre20040821.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/transset-0.1_pre20040821.ebuild,v 1.4 2004/09/09 12:21:20 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/transset-0.1_pre20040821.ebuild,v 1.5 2004/09/09 19:05:04 pauldv Exp $ IUSE="" @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" SLOT="0" LICENSE="BSD" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" DEPEND=">=x11-base/xorg-x11-6.7.99.902" |