diff options
-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 efcce2eb6838..4016d3d3174c 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.47 2005/05/05 23:07:49 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.48 2005/05/22 10:52:56 blubb Exp $ + + 22 May 2005; Simon Stelling <blubb@gentoo.org> twisted-2.0.0.ebuild: + added ~amd64 keyword 05 May 2005; Sven Wegener <swegener@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 b95af9f72630..a0b33de214bf 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.4 2005/05/05 23:07:49 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.0.0.ebuild,v 1.5 2005/05/22 10:52:56 blubb 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" +KEYWORDS="~x86 ~sparc ~ppc ~amd64" IUSE="gtk gtk2 doc" DEPEND=">=dev-lang/python-2.2 |