diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-04-03 21:52:29 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-04-03 21:52:29 +0000 |
commit | 5de86a90f3e69392e725842a296ac2c3a0875c6c (patch) | |
tree | 1c5b3ac729ec75df7db28050fe59577e2664d2ef /dev-python/twisted-runner | |
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-runner')
-rw-r--r-- | dev-python/twisted-runner/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog index 89eceefc2cfd..776d86c65c45 100644 --- a/dev-python/twisted-runner/ChangeLog +++ b/dev-python/twisted-runner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-runner # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.4 2006/04/01 19:14:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.5 2006/04/03 21:49:04 gustavoz Exp $ + + 03 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org> + twisted-runner-0.1.0-r1.ebuild: + Stable on sparc wrt #128688 01 Apr 2006; Aron Griffis <agriffis@gentoo.org> twisted-runner-0.1.0-r1.ebuild: diff --git a/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild b/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild index 52e1e6b10336..591e8557845a 100644 --- a/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild +++ b/dev-python/twisted-runner/twisted-runner-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-runner/twisted-runner-0.1.0-r1.ebuild,v 1.2 2006/04/01 19:14:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild,v 1.3 2006/04/03 21:49:04 gustavoz Exp $ MY_PACKAGE=Runner @@ -8,7 +8,7 @@ inherit twisted DESCRIPTION="Twisted Runner is a process management library and inetd replacement." -KEYWORDS="~ia64 ~sparc ~x86" +KEYWORDS="~ia64 sparc ~x86" DEPEND=">=dev-python/twisted-2" |