summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2002-07-21 00:59:19 +0000
committerDoug Goldstein <cardoe@gentoo.org>2002-07-21 00:59:19 +0000
commitbe4a62752114b0195bea61a0b05ac3115705faff (patch)
treee53b36178b5e315505e9d86f74e4d18f50350330 /dev-lang/python/python-2.1.3-r1.ebuild
parentUpdated KEYWORDS to make "no non-x86 support" explicit. (diff)
downloadgentoo-2-be4a62752114b0195bea61a0b05ac3115705faff.tar.gz
gentoo-2-be4a62752114b0195bea61a0b05ac3115705faff.tar.bz2
gentoo-2-be4a62752114b0195bea61a0b05ac3115705faff.zip
Added missing KEYWORDS
Diffstat (limited to 'dev-lang/python/python-2.1.3-r1.ebuild')
-rw-r--r--dev-lang/python/python-2.1.3-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.1.3-r1.ebuild b/dev-lang/python/python-2.1.3-r1.ebuild
index 90029d837612..1588ed9361dd 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-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.1.3-r1.ebuild,v 1.1 2002/07/03 03:24:19 jnelson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.2 2002/07/21 00:59:19 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.1.1"
+KEYWORDS="x86"
DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3
readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )