diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 19:54:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 19:54:55 +0000 |
commit | 9d3a259bd0d8fa22a43a80bca4ccda0ce51e91d9 (patch) | |
tree | 37b0d7221e41a16b50c7ecb81be4b2c72651bd06 /dev-lang | |
parent | stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-9d3a259bd0d8fa22a43a80bca4ccda0ce51e91d9.tar.gz gentoo-2-9d3a259bd0d8fa22a43a80bca4ccda0ce51e91d9.tar.bz2 gentoo-2-9d3a259bd0d8fa22a43a80bca4ccda0ce51e91d9.zip |
add ~alpha for the sake of dev-python/Imaging-py21
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.1.3-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index b62de5c75070..d4f299c92374 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # 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.80 2004/02/11 00:16:31 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.81 2004/02/17 19:54:55 agriffis Exp $ + + 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> python-2.1.3-r1.ebuild: + add ~alpha for the sake of dev-python/Imaging-py21 10 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org> python-2.3.3.ebuild: set ppc in keywords diff --git a/dev-lang/python/python-2.1.3-r1.ebuild b/dev-lang/python/python-2.1.3-r1.ebuild index 4b982080dd94..ca089149c99b 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-2003 Gentoo Technologies, Inc. +# 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.11 2003/09/06 22:27:51 msterret Exp $ +# $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 $ 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 " +KEYWORDS="x86 sparc ~alpha" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) |