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 | |
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')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.1.3-r1.ebuild | 5 |
3 files changed, 9 insertions, 6 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/Manifest b/dev-lang/python/Manifest index f985202cbd5a..b1de0476e24d 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -1,6 +1,6 @@ -MD5 d4fe33183c40c33364211d0ade8df732 ChangeLog 14662 +MD5 8b8eb5a0e53bbcfc40eaab9be22d6bb9 ChangeLog 14845 MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221 -MD5 0b830c4f9363cf1ee623836a5add9b0e python-2.1.3-r1.ebuild 2351 +MD5 ca0918ca584b1f86c11131f3c8f18e2b python-2.1.3-r1.ebuild 2333 MD5 f7959cf61958991a7e25f83a4e8b2ff8 python-2.2.1-r5.ebuild 2912 MD5 c70d578ef0b3e6358108691e8b88d458 python-2.2.2.ebuild 3027 MD5 e1f163ef92e80940f820c7759c8abb46 python-2.2.3-r5.ebuild 4347 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" |