diff options
-rw-r--r-- | dev-python/twisted-conch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-0.7.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index f29b61185a70..6bdfddcbc07f 100644 --- a/dev-python/twisted-conch/ChangeLog +++ b/dev-python/twisted-conch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-conch # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.16 2006/06/30 23:05:33 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.17 2006/07/13 02:08:58 agriffis Exp $ + + 13 Jul 2006; Aron Griffis <agriffis@gentoo.org> + twisted-conch-0.7.0.ebuild: + Mark 0.7.0 stable on ia64 30 Jun 2006; Thomas Cort <tcort@gentoo.org> twisted-conch-0.7.0.ebuild: Added ~alpha keyword. diff --git a/dev-python/twisted-conch/twisted-conch-0.7.0.ebuild b/dev-python/twisted-conch/twisted-conch-0.7.0.ebuild index befb63b76d72..d4f70dd58ff9 100644 --- a/dev-python/twisted-conch/twisted-conch-0.7.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-0.7.0.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-conch/twisted-conch-0.7.0.ebuild,v 1.2 2006/06/30 23:05:33 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-0.7.0.ebuild,v 1.3 2006/07/13 02:08:58 agriffis Exp $ MY_PACKAGE=Conch @@ -8,7 +8,7 @@ inherit twisted eutils DESCRIPTION="Twisted SSHv2 implementation." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-python/twisted-2.4 >=dev-python/pycrypto-1.9_alpha6" |