summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-04-24 03:34:23 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-04-24 03:34:23 +0000
commitce8806aad906cc98abee555f0fc9df4e2da683de (patch)
tree1e9df476e22e540e9006dbeed59d5bdc5f670b6a /dev-python/twisted
parentAdded check_multilib function (diff)
downloadgentoo-2-ce8806aad906cc98abee555f0fc9df4e2da683de.tar.gz
gentoo-2-ce8806aad906cc98abee555f0fc9df4e2da683de.tar.bz2
gentoo-2-ce8806aad906cc98abee555f0fc9df4e2da683de.zip
Stable on ppc.
(Portage version: 2.0.51.20)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r--dev-python/twisted/ChangeLog5
-rw-r--r--dev-python/twisted/twisted-1.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog
index c6116a4e0ecb..0c8e8aae5f0a 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.44 2005/04/21 13:15:46 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.45 2005/04/24 03:29:27 hansmi Exp $
+
+ 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> twisted-1.2.0.ebuild:
+ Stable on ppc.
21 Apr 2005; Thomas Raschbacher <lordvan@gentoo.org> :
added zope.interface dep.
diff --git a/dev-python/twisted/twisted-1.2.0.ebuild b/dev-python/twisted/twisted-1.2.0.ebuild
index 522b988df74e..05301bc9bec4 100644
--- a/dev-python/twisted/twisted-1.2.0.ebuild
+++ b/dev-python/twisted/twisted-1.2.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-1.2.0.ebuild,v 1.11 2005/04/08 13:56:09 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.0.ebuild,v 1.12 2005/04/24 03:29:27 hansmi Exp $
inherit distutils
@@ -10,7 +10,7 @@ SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${PV}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86 amd64 ~ppc alpha"
+KEYWORDS="x86 amd64 ppc alpha"
IUSE="gtk gtk2 doc"
DEPEND=">=dev-lang/python-2.2