diff options
author | 2006-08-01 15:15:06 +0000 | |
---|---|---|
committer | 2006-08-01 15:15:06 +0000 | |
commit | 291f4bea8b1f5ce4e5971d14ec3503a4e133b192 (patch) | |
tree | 147c5f62968d0e89bd41dddc495c6c4e4fbed8ba /dev-python/twisted-runner | |
parent | ~amd64 (diff) | |
download | gentoo-2-291f4bea8b1f5ce4e5971d14ec3503a4e133b192.tar.gz gentoo-2-291f4bea8b1f5ce4e5971d14ec3503a4e133b192.tar.bz2 gentoo-2-291f4bea8b1f5ce4e5971d14ec3503a4e133b192.zip |
~amd64
(Portage version: 2.1.1_pre3-r1)
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 c6f2c4cd3e5d..c0e2f465dd57 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.12 2006/07/13 02:25:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.13 2006/08/01 15:15:06 blubb Exp $ + + 01 Aug 2006; Simon Stelling <blubb@gentoo.org> + twisted-runner-0.1.0-r1.ebuild: + added ~amd64 keyword 13 Jul 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 f5260384d6e9..e8d836d61567 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.8 2006/07/13 02:25:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-0.1.0-r1.ebuild,v 1.9 2006/08/01 15:15:06 blubb Exp $ MY_PACKAGE=Runner @@ -8,7 +8,7 @@ inherit twisted DESCRIPTION="Twisted Runner is a process management library and inetd replacement." -KEYWORDS="alpha ia64 ~ppc sparc x86" +KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86" DEPEND=">=dev-python/twisted-2 <dev-python/twisted-2.4" |