summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Welch <zwelch@gentoo.org>2003-02-22 07:47:53 +0000
committerZack Welch <zwelch@gentoo.org>2003-02-22 07:47:53 +0000
commitc644e254fffb8d9a65e993f8ea5c1f658fc4fffc (patch)
treedccc42af67e9358168ccfd86bc43b0248ed01f27 /dev-lang
parentadded ppc (diff)
downloadgentoo-2-c644e254fffb8d9a65e993f8ea5c1f658fc4fffc.tar.gz
gentoo-2-c644e254fffb8d9a65e993f8ea5c1f658fc4fffc.tar.bz2
gentoo-2-c644e254fffb8d9a65e993f8ea5c1f658fc4fffc.zip
add arm keyword
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/ChangeLog5
-rw-r--r--dev-lang/python/python-2.2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index c1a4c2f62294..bf81454acf7c 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/python
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.23 2003/02/12 05:57:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.24 2003/02/22 07:44:57 zwelch Exp $
+
+ 21 Feb 2003; Zach Welch <zwelch@gentoo.org> python-2.2.2.ebuild :
+ Added arm to keywords.
07 Feb 2003; Guy Martin <gmsoft@gentoo.org> python-2.2.2.ebuild :
Added hppa to keywords.
diff --git a/dev-lang/python/python-2.2.2.ebuild b/dev-lang/python/python-2.2.2.ebuild
index 27e14035efad..3fc1d926e046 100644
--- a/dev-lang/python/python-2.2.2.ebuild
+++ b/dev-lang/python/python-2.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.2.ebuild,v 1.7 2003/02/13 10:28:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.2.ebuild,v 1.8 2003/02/22 07:44:57 zwelch Exp $
IUSE="readline tcltk berkdb bootstrap"
@@ -13,7 +13,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 sparc alpha mips hppa"
+KEYWORDS="x86 ppc sparc alpha mips hppa arm"
DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3
readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )