diff options
author | Lars Weiler <pylon@gentoo.org> | 2004-07-20 00:19:28 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2004-07-20 00:19:28 +0000 |
commit | 8695dfdbadf85e18cd728a3e00ac745d4e548302 (patch) | |
tree | 2c7f77098e0d8fa85f97efb882df1222bf09d0cf /dev-lang/python/python-2.1.3-r1.ebuild | |
parent | Initial import. (diff) | |
download | historical-8695dfdbadf85e18cd728a3e00ac745d4e548302.tar.gz historical-8695dfdbadf85e18cd728a3e00ac745d4e548302.tar.bz2 historical-8695dfdbadf85e18cd728a3e00ac745d4e548302.zip |
Made python-2.1 stable on ppc as there are still some ebuilds which require this version.
Diffstat (limited to 'dev-lang/python/python-2.1.3-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.1.3-r1.ebuild b/dev-lang/python/python-2.1.3-r1.ebuild index 0bbc26d7f393..a591a7e9a59c 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 Foundation # 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.16 2004/07/02 04:30:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.17 2004/07/20 00:19:28 pylon 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 ia64 ~ppc" +KEYWORDS="x86 sparc alpha ia64 ppc" DEPEND="virtual/libc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) |