diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2002-07-21 00:54:59 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2002-07-21 00:54:59 +0000 |
commit | 343be12a9e7529366c28d364793e26492c0ceda2 (patch) | |
tree | 45e35986d998293cfb5fac89f70d38cc739796db /dev-lang | |
parent | Removed deprecated builds from cvs. Added latest version of (diff) | |
download | historical-343be12a9e7529366c28d364793e26492c0ceda2.tar.gz historical-343be12a9e7529366c28d364793e26492c0ceda2.tar.bz2 historical-343be12a9e7529366c28d364793e26492c0ceda2.zip |
Missing KEYWORDS
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-2.2.1-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.2.1-r2.ebuild b/dev-lang/python/python-2.2.1-r2.ebuild index cdade57fddab..be85f30bf70c 100644 --- a/dev-lang/python/python-2.2.1-r2.ebuild +++ b/dev-lang/python/python-2.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r2.ebuild,v 1.2 2002/07/02 04:18:35 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r2.ebuild,v 1.3 2002/07/21 00:54:59 cardoe Exp $ PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`" PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`" @@ -11,6 +11,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.2" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) |