summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-02-17 20:02:13 +0000
committerAron Griffis <agriffis@gentoo.org>2004-02-17 20:02:13 +0000
commitec99b646dcefd5ccfe8c759a4a19bbe7f7556c13 (patch)
tree5ba07b1b759701b715cb7f385eafba2aa490ab4d /dev-lang/python
parentstable on alpha and ia64 (Manifest recommit) (diff)
downloadgentoo-2-ec99b646dcefd5ccfe8c759a4a19bbe7f7556c13.tar.gz
gentoo-2-ec99b646dcefd5ccfe8c759a4a19bbe7f7556c13.tar.bz2
gentoo-2-ec99b646dcefd5ccfe8c759a4a19bbe7f7556c13.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')
-rw-r--r--dev-lang/python/ChangeLog6
-rw-r--r--dev-lang/python/python-2.1.3-r1.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index d4f299c92374..ed0dbc4a24ca 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/python
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.81 2004/02/17 19:54:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.82 2004/02/17 20:02:13 agriffis Exp $
+
+ 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> python-2.1.3-r1.ebuild:
+ Fix duplicate KEYWORDS settings and mark stable on alpha and ia64 for the sake
+ of dev-python/PyXML-py21
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> python-2.1.3-r1.ebuild:
add ~alpha for the sake of dev-python/Imaging-py21
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"