summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-03-03 22:15:34 +0000
committerDavid Holm <dholm@gentoo.org>2004-03-03 22:15:34 +0000
commitb38d2336e4948e9a8b0588a6030ada1e96664af1 (patch)
tree51c48fb78e034f9c29ac7743349bc9dcc1f7b8f9 /dev-lang
parentnew release (Manifest recommit) (diff)
downloadgentoo-2-b38d2336e4948e9a8b0588a6030ada1e96664af1.tar.gz
gentoo-2-b38d2336e4948e9a8b0588a6030ada1e96664af1.tar.bz2
gentoo-2-b38d2336e4948e9a8b0588a6030ada1e96664af1.zip
Added to ~ppc
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/ChangeLog5
-rw-r--r--dev-lang/python/python-2.1.3-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index e4fb9058661d..07ebe44c3253 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/python
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.85 2004/02/27 13:40:01 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.86 2004/03/03 22:15:34 dholm Exp $
+
+ 03 Mar 2004; David Holm <dholm@gentoo.org> python-2.1.3-r1.ebuild:
+ Added to ~ppc.
27 Feb 2004; Alastair Tse <liquidx@gentoo.org> python-2.3.3.ebuild:
completely removed pkg_setup(), added note at the top of the ebuild where you
diff --git a/dev-lang/python/python-2.1.3-r1.ebuild b/dev-lang/python/python-2.1.3-r1.ebuild
index 3444b4e6811f..b4f67e5611b7 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-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.13 2004/02/17 20:02:13 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.1.3-r1.ebuild,v 1.14 2004/03/03 22:15:34 dholm Exp $
IUSE="readline tcltk berkdb"
@@ -13,7 +13,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 sparc alpha ia64"
+KEYWORDS="x86 sparc alpha ia64 ~ppc"
DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3
readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )