diff options
Diffstat (limited to 'dev-python/twisted-runner')
-rw-r--r-- | dev-python/twisted-runner/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted-runner/twisted-runner-10.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog index 2071c361af06..cf8c871a6666 100644 --- a/dev-python/twisted-runner/ChangeLog +++ b/dev-python/twisted-runner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-runner # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.41 2010/12/23 23:48:54 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.42 2010/12/28 01:22:13 ranger Exp $ + + 28 Dec 2010; Brent Baude <ranger@gentoo.org> twisted-runner-10.2.0.ebuild: + Marking twisted-runner-10.2.0 ppc64 for bug 333211 23 Dec 2010; Thomas Kahle <tomka@gentoo.org> twisted-runner-10.1.0.ebuild: x86 stable per bug 333389 diff --git a/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild b/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild index 3de162b51b5c..1caaecff60c9 100644 --- a/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild +++ b/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild,v 1.1 2010/12/22 21:53:54 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-10.2.0.ebuild,v 1.2 2010/12/28 01:22:13 ranger Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -12,7 +12,7 @@ inherit twisted versionator DESCRIPTION="Twisted Runner is a process management library and inetd replacement." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86" IUSE="" DEPEND="=dev-python/twisted-$(get_version_component_range 1)*" |