diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:38:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:38:20 +0000 |
commit | 2f3061d218165b04b72bb640979036077feb689f (patch) | |
tree | 54f6d282bf4aca4dc0730e0224a054aa75c2165c /dev-util/scons | |
parent | hppa repoman (diff) | |
download | gentoo-2-2f3061d218165b04b72bb640979036077feb689f.tar.gz gentoo-2-2f3061d218165b04b72bb640979036077feb689f.tar.bz2 gentoo-2-2f3061d218165b04b72bb640979036077feb689f.zip |
Remove arm keywords
Diffstat (limited to 'dev-util/scons')
-rw-r--r-- | dev-util/scons/scons-0.94-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/scons/scons-0.94-r1.ebuild b/dev-util/scons/scons-0.94-r1.ebuild index 5710e5751394..c9bb9e5ef9f2 100644 --- a/dev-util/scons/scons-0.94-r1.ebuild +++ b/dev-util/scons/scons-0.94-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.94-r1.ebuild,v 1.1 2003/12/16 20:35:36 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.94-r1.ebuild,v 1.2 2004/02/22 22:35:24 agriffis Exp $ inherit distutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.scons.org" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64" +KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" DEPEND=">=dev-lang/python-2.0" |