diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 19:58:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 19:58:20 +0000 |
commit | b3a481f0c3f6d31c569e00fb75ea3a5ae89a1f23 (patch) | |
tree | 713b9acf64dca94ad8439ccc49c0fa185d61a6e5 /dev-lang/python | |
parent | Remove arm keywords (Manifest recommit) (diff) | |
download | gentoo-2-b3a481f0c3f6d31c569e00fb75ea3a5ae89a1f23.tar.gz gentoo-2-b3a481f0c3f6d31c569e00fb75ea3a5ae89a1f23.tar.bz2 gentoo-2-b3a481f0c3f6d31c569e00fb75ea3a5ae89a1f23.zip |
Remove arm keywords
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-2.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.3-r5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/python/python-2.2.2.ebuild b/dev-lang/python/python-2.2.2.ebuild index 84f5b9d1ae96..03897243071f 100644 --- a/dev-lang/python/python-2.2.2.ebuild +++ b/dev-lang/python/python-2.2.2.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-lang/python/python-2.2.2.ebuild,v 1.10 2003/09/06 22:27:51 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.2.ebuild,v 1.11 2004/02/22 19:55:52 agriffis Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -13,7 +13,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.2" -KEYWORDS="x86 ppc sparc alpha mips hppa arm" +KEYWORDS="x86 ppc sparc alpha mips hppa" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) diff --git a/dev-lang/python/python-2.2.3-r5.ebuild b/dev-lang/python/python-2.2.3-r5.ebuild index c7d0f3e5e253..23b1c1444c85 100644 --- a/dev-lang/python/python-2.2.3-r5.ebuild +++ b/dev-lang/python/python-2.2.3-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r5.ebuild,v 1.18 2004/01/12 01:52:04 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r5.ebuild,v 1.19 2004/02/22 19:55:52 agriffis Exp $ inherit flag-o-matic eutils python @@ -16,7 +16,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV%_*}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.2" -KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ~arm ia64 ppc64" +KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ia64 ppc64" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 |