diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-06-30 23:11:52 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-06-30 23:11:52 +0000 |
commit | a5893524c0e76069a6fbc82f897bac4a44911138 (patch) | |
tree | d580c5bd075ee84d3e7259289291b316a6410a01 | |
parent | arm/sh stable (diff) | |
download | gentoo-2-a5893524c0e76069a6fbc82f897bac4a44911138.tar.gz gentoo-2-a5893524c0e76069a6fbc82f897bac4a44911138.tar.bz2 gentoo-2-a5893524c0e76069a6fbc82f897bac4a44911138.zip |
Stable on alpha wrt Bug #128688.
(Portage version: 2.1)
-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 e865d519edb7..28a46b83bfe8 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.9 2006/05/26 18:46:24 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.10 2006/06/30 23:11:52 tcort Exp $ + + 30 Jun 2006; Thomas Cort <tcort@gentoo.org> + twisted-runner-0.1.0-r1.ebuild: + Stable on alpha wrt Bug #128688. *twisted-runner-0.2.0 (26 May 2006) 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 8d97d7f6e2f1..d668a3809be4 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.6 2006/05/26 17:45:20 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild,v 1.7 2006/06/30 23:11:52 tcort Exp $ MY_PACKAGE=Runner @@ -8,7 +8,7 @@ inherit twisted DESCRIPTION="Twisted Runner is a process management library and inetd replacement." -KEYWORDS="~ia64 ~ppc sparc x86" +KEYWORDS="alpha ~ia64 ~ppc sparc x86" DEPEND=">=dev-python/twisted-2 <dev-python/twisted-2.4" |