diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 20:02:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 20:02:13 +0000 |
commit | 4fd184cb6afcfc28ae7d4042bb5087763f35a94b (patch) | |
tree | 6b4e35077b4ad2cb6bf9bd6cb0020db508f99807 /dev-lang/python/python-2.1.3-r1.ebuild | |
parent | stable on alpha and ia64 (diff) | |
download | historical-4fd184cb6afcfc28ae7d4042bb5087763f35a94b.tar.gz historical-4fd184cb6afcfc28ae7d4042bb5087763f35a94b.tar.bz2 historical-4fd184cb6afcfc28ae7d4042bb5087763f35a94b.zip |
Fix duplicate KEYWORDS settings and mark stable on alpha and ia64 for the sake of dev-python/PyXML-py21
Diffstat (limited to 'dev-lang/python/python-2.1.3-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.1.3-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/python/python-2.1.3-r1.ebuild b/dev-lang/python/python-2.1.3-r1.ebuild index ca089149c99b..3444b4e6811f 100644 --- a/dev-lang/python/python-2.1.3-r1.ebuild +++ b/dev-lang/python/python-2.1.3-r1.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.1.3-r1.ebuild,v 1.12 2004/02/17 19:54:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.13 2004/02/17 20:02:13 agriffis Exp $ IUSE="readline tcltk berkdb" @@ -13,7 +13,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.1.1" -KEYWORDS="x86 sparc ~alpha" +KEYWORDS="x86 sparc alpha ia64" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) @@ -26,7 +26,6 @@ RDEPEND="$DEPEND" PROVIDE="virtual/python-2.1" SLOT="2.1" -KEYWORDS="x86 sparc " src_compile() { export OPT="$CFLAGS" |