diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-12 15:29:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-12 15:29:58 +0000 |
commit | d679a9a56b28151f1283329750c50f52a347cdd8 (patch) | |
tree | 98b9dcf308f8b4d2f0eb1a50ae29204158e00246 /dev-lang/python | |
parent | more KEYWORDS in stable (Manifest recommit) (diff) | |
download | gentoo-2-d679a9a56b28151f1283329750c50f52a347cdd8.tar.gz gentoo-2-d679a9a56b28151f1283329750c50f52a347cdd8.tar.bz2 gentoo-2-d679a9a56b28151f1283329750c50f52a347cdd8.zip |
sh KEYWORDS
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-2.3.4.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-lang/python/python-2.3.4.ebuild b/dev-lang/python/python-2.3.4.ebuild index 61cbbbf20046..9df81e943c56 100644 --- a/dev-lang/python/python-2.3.4.ebuild +++ b/dev-lang/python/python-2.3.4.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.3.4.ebuild,v 1.19 2004/11/06 07:32:28 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4.ebuild,v 1.20 2004/11/12 15:29:19 vapier Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -15,14 +15,13 @@ PYVER="${PYVER_MAJOR}.${PYVER_MINOR}" S="${WORKDIR}/Python-${PV}" DESCRIPTION="A really great language" +HOMEPAGE="http://www.python.org/" SRC_URI="http://www.python.org/ftp/python/${PV%_*}/Python-${PV}.tar.bz2" -HOMEPAGE="http://www.python.org" -IUSE="ncurses gdbm ssl readline tcltk berkdb bootstrap ipv6 build ucs2 doc X" LICENSE="PSF-2.2" SLOT="2.3" - -KEYWORDS="x86 ~ppc sparc ~arm hppa amd64 ~s390 alpha ~ia64 mips" +KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc s390 sh sparc x86" +IUSE="ncurses gdbm ssl readline tcltk berkdb bootstrap ipv6 build ucs2 doc X" DEPEND="virtual/libc >=sys-libs/zlib-1.1.3 |