diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-05-03 23:04:02 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-05-03 23:04:02 +0000 |
commit | 13fb01945efbfa71c7e31c9caf901d970a799650 (patch) | |
tree | 39b2a721e5d8f99194110d81de01eb0eb176d573 /dev-python/twisted-pair | |
parent | Stable on x86; bug #128688 (diff) | |
download | gentoo-2-13fb01945efbfa71c7e31c9caf901d970a799650.tar.gz gentoo-2-13fb01945efbfa71c7e31c9caf901d970a799650.tar.bz2 gentoo-2-13fb01945efbfa71c7e31c9caf901d970a799650.zip |
Stable on x86; bug #128688
(Portage version: 2.1_pre10)
Diffstat (limited to 'dev-python/twisted-pair')
-rw-r--r-- | dev-python/twisted-pair/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/twisted-pair/ChangeLog b/dev-python/twisted-pair/ChangeLog index 3eb560bc8843..da262ac11057 100644 --- a/dev-python/twisted-pair/ChangeLog +++ b/dev-python/twisted-pair/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-pair # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.6 2006/04/08 06:16:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.7 2006/05/03 23:04:02 halcy0n Exp $ + + 03 May 2006; Mark Loeser <halcy0n@gentoo.org> + twisted-pair-0.1.0-r1.ebuild: + Stable on x86; bug #128688 08 Apr 2006; <nixnut@gentoo.org> twisted-pair-0.1.0-r1.ebuild: Added ~ppc. bug #128688 diff --git a/dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild b/dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild index b29d967cb641..5a674acec1e2 100644 --- a/dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild +++ b/dev-python/twisted-pair/twisted-pair-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-pair/twisted-pair-0.1.0-r1.ebuild,v 1.4 2006/04/08 06:16:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild,v 1.5 2006/05/03 23:04:02 halcy0n Exp $ MY_PACKAGE=Pair @@ -8,6 +8,6 @@ inherit twisted DESCRIPTION="Twisted Pair contains low-level networking support." -KEYWORDS="~ia64 ~ppc sparc ~x86" +KEYWORDS="~ia64 ~ppc sparc x86" DEPEND=">=dev-python/twisted-2" |