summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2005-04-30 10:25:57 +0000
committerDavid Holm <dholm@gentoo.org>2005-04-30 10:25:57 +0000
commit3bf2d9eae634874582a9f2a5a9ea10283ceee6c5 (patch)
tree244de23375495057aaef2b13072c3fc7bd6cea08 /dev-python
parentAdded to ~ppc (diff)
downloadhistorical-3bf2d9eae634874582a9f2a5a9ea10283ceee6c5.tar.gz
historical-3bf2d9eae634874582a9f2a5a9ea10283ceee6c5.tar.bz2
historical-3bf2d9eae634874582a9f2a5a9ea10283ceee6c5.zip
Added to ~ppc
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/twisted/ChangeLog5
-rw-r--r--dev-python/twisted/twisted-2.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog
index 0c8e8aae5f0a..d141bb37838b 100644
--- a/dev-python/twisted/ChangeLog
+++ b/dev-python/twisted/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/twisted
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.45 2005/04/24 03:29:27 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.46 2005/04/30 10:25:57 dholm Exp $
+
+ 30 Apr 2005; David Holm <dholm@gentoo.org> twisted-2.0.0.ebuild:
+ Added to ~ppc
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> twisted-1.2.0.ebuild:
Stable on ppc.
diff --git a/dev-python/twisted/twisted-2.0.0.ebuild b/dev-python/twisted/twisted-2.0.0.ebuild
index 0d66e6a15331..0d0fcc8cdbde 100644
--- a/dev-python/twisted/twisted-2.0.0.ebuild
+++ b/dev-python/twisted/twisted-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.0.0.ebuild,v 1.2 2005/04/21 13:15:46 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.0.0.ebuild,v 1.3 2005/04/30 10:25:57 dholm Exp $
inherit distutils
@@ -14,7 +14,7 @@ SRC_URI="http://tmrc.mit.edu/mirror/twisted/${MY_PN}/2.0/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="~x86 ~sparc ~ppc"
IUSE="gtk gtk2 doc"
DEPEND=">=dev-lang/python-2.2