diff options
author | 2006-04-03 21:52:29 +0000 | |
---|---|---|
committer | 2006-04-03 21:52:29 +0000 | |
commit | 5de86a90f3e69392e725842a296ac2c3a0875c6c (patch) | |
tree | 1c5b3ac729ec75df7db28050fe59577e2664d2ef /dev-python/twisted-pair | |
parent | Moved ksudoku from games-board to games-puzzle wrt bug #128687 (diff) | |
download | historical-5de86a90f3e69392e725842a296ac2c3a0875c6c.tar.gz historical-5de86a90f3e69392e725842a296ac2c3a0875c6c.tar.bz2 historical-5de86a90f3e69392e725842a296ac2c3a0875c6c.zip |
Stable on sparc wrt #128688
Package-Manager: portage-2.0.54
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 5c2b490fad7e..fab2b4b0a9e2 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.4 2006/04/01 19:13:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.5 2006/04/03 21:49:52 gustavoz Exp $ + + 03 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org> + twisted-pair-0.1.0-r1.ebuild: + Stable on sparc wrt #128688 01 Apr 2006; Aron Griffis <agriffis@gentoo.org> twisted-pair-0.1.0-r1.ebuild: 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 f2dc5a5fcac7..2d1b5cc92f40 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.2 2006/04/01 19:13:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-0.1.0-r1.ebuild,v 1.3 2006/04/03 21:49:52 gustavoz Exp $ MY_PACKAGE=Pair @@ -8,6 +8,6 @@ inherit twisted DESCRIPTION="Twisted Pair contains low-level networking support." -KEYWORDS="~ia64 ~sparc ~x86" +KEYWORDS="~ia64 sparc ~x86" DEPEND=">=dev-python/twisted-2" |