diff options
author | Jon Hood <squinky86@gentoo.org> | 2006-05-04 04:59:13 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2006-05-04 04:59:13 +0000 |
commit | 4ddc09599bffc875f11c790bc90e732617272e4d (patch) | |
tree | fd73a736c32d7fc8118f046e8f37900758717fab /dev-python/twisted-flow | |
parent | fix cboard component (bug #117464) with patch from nyhm; use make install; ad... (diff) | |
download | gentoo-2-4ddc09599bffc875f11c790bc90e732617272e4d.tar.gz gentoo-2-4ddc09599bffc875f11c790bc90e732617272e4d.tar.bz2 gentoo-2-4ddc09599bffc875f11c790bc90e732617272e4d.zip |
Add ~amd64, #128688.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'dev-python/twisted-flow')
-rw-r--r-- | dev-python/twisted-flow/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted-flow/files/digest-twisted-flow-0.1.0-r1 | 2 | ||||
-rw-r--r-- | dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/twisted-flow/ChangeLog b/dev-python/twisted-flow/ChangeLog index 29805e6821a7..211d03168ba9 100644 --- a/dev-python/twisted-flow/ChangeLog +++ b/dev-python/twisted-flow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-flow # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-flow/ChangeLog,v 1.8 2006/05/03 23:02:41 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-flow/ChangeLog,v 1.9 2006/05/04 04:59:13 squinky86 Exp $ + + 04 May 2006; Jon Hood <squinky86@gentoo.org> twisted-flow-0.1.0-r1.ebuild: + Add ~amd64, #128688. 03 May 2006; Mark Loeser <halcy0n@gentoo.org> twisted-flow-0.1.0-r1.ebuild: diff --git a/dev-python/twisted-flow/files/digest-twisted-flow-0.1.0-r1 b/dev-python/twisted-flow/files/digest-twisted-flow-0.1.0-r1 index de20aa598276..80807bc06831 100644 --- a/dev-python/twisted-flow/files/digest-twisted-flow-0.1.0-r1 +++ b/dev-python/twisted-flow/files/digest-twisted-flow-0.1.0-r1 @@ -1 +1,3 @@ MD5 2bf918f72e5115793c25a7aac6b83502 TwistedFlow-0.1.0.tar.bz2 20215 +RMD160 b445a22a5c2c9c7c46cabcee142d63d4af2ad206 TwistedFlow-0.1.0.tar.bz2 20215 +SHA256 d44c99ae5ef01f548aac226844409042aead6db254baf2c762cbc8f8116a7d2b TwistedFlow-0.1.0.tar.bz2 20215 diff --git a/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild b/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild index c83eef327b61..ddcd1885f9be 100644 --- a/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild +++ b/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild,v 1.5 2006/05/03 23:02:41 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-flow/twisted-flow-0.1.0-r1.ebuild,v 1.6 2006/05/04 04:59:13 squinky86 Exp $ MY_PACKAGE=Flow @@ -8,6 +8,6 @@ inherit twisted DESCRIPTION="A Twisted concurrency programming library." -KEYWORDS="~ia64 ~ppc sparc x86" +KEYWORDS="~amd64 ~ia64 ~ppc sparc x86" DEPEND=">=dev-python/twisted-2" |