diff options
author | 2005-04-30 10:25:57 +0000 | |
---|---|---|
committer | 2005-04-30 10:25:57 +0000 | |
commit | 9078815c0222aa00a2c5e9f11632ff557028526a (patch) | |
tree | f7c4a2afcdfbc026a68c0ae77f92a16b3141d6bb /dev-python/twisted | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-9078815c0222aa00a2c5e9f11632ff557028526a.tar.gz gentoo-2-9078815c0222aa00a2c5e9f11632ff557028526a.tar.bz2 gentoo-2-9078815c0222aa00a2c5e9f11632ff557028526a.zip |
Added to ~ppc
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted/twisted-2.0.0.ebuild | 4 |
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 |