summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2002-07-21 00:54:59 +0000
committerDoug Goldstein <cardoe@gentoo.org>2002-07-21 00:54:59 +0000
commitcd472167dcc8644ef317ccd9ceef1d715d5d4604 (patch)
tree08c8062e957599796097a5523363aa036cd10272 /dev-lang
parentRemoved deprecated builds from cvs. Added latest version of (diff)
downloadgentoo-2-cd472167dcc8644ef317ccd9ceef1d715d5d4604.tar.gz
gentoo-2-cd472167dcc8644ef317ccd9ceef1d715d5d4604.tar.bz2
gentoo-2-cd472167dcc8644ef317ccd9ceef1d715d5d4604.zip
Missing KEYWORDS
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/python-2.2.1-r2.ebuild3
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 )