diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-11-05 21:42:52 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-11-05 21:42:52 +0000 |
commit | 2c253917fb0af736709e51d11733ac561ba78e99 (patch) | |
tree | 406e6b0b57cd8684fd87b3c6de2e83df1eee0257 /dev-python | |
parent | marked ~alpha as a dep of twisted (diff) | |
download | gentoo-2-2c253917fb0af736709e51d11733ac561ba78e99.tar.gz gentoo-2-2c253917fb0af736709e51d11733ac561ba78e99.tar.bz2 gentoo-2-2c253917fb0af736709e51d11733ac561ba78e99.zip |
marked ~alpha wrt bug #110575
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-python')
-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 4351ed76be83..c3465b62fb23 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.50 2005/11/03 21:04:25 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.51 2005/11/05 21:42:52 ferdy Exp $ + + 05 Nov 2005; Fernando J. Pereda <ferdy@gentoo.org> twisted-2.0.0.ebuild: + marked ~alpha wrt bug #110575 03 Nov 2005; Alastair Tse <liquidx@gentoo.org> -twisted-1.1.0.ebuild, -twisted-1.1.1.ebuild, twisted-1.2.0.ebuild, -twisted-1.2.1_alpha2.ebuild, diff --git a/dev-python/twisted/twisted-2.0.0.ebuild b/dev-python/twisted/twisted-2.0.0.ebuild index 4403bc02de7e..c1ee21fb3f7f 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.6 2005/11/03 21:04:25 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.0.0.ebuild,v 1.7 2005/11/05 21:42:52 ferdy 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 ~ppc ~amd64" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="gtk doc" DEPEND=">=dev-lang/python-2.2 |