diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-conch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-8.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index 064aff957cb0..a59949bc3e9b 100644 --- a/dev-python/twisted-conch/ChangeLog +++ b/dev-python/twisted-conch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-conch # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.40 2009/06/10 14:54:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.41 2009/06/17 20:10:01 jer Exp $ + + 17 Jun 2009; Jeroen Roovers <jer@gentoo.org> twisted-conch-8.1.0.ebuild: + Stable for HPPA (bug #270122). 10 Jun 2009; Raúl Porcel <armin76@gentoo.org> twisted-conch-8.1.0.ebuild: arm/s390/sh stable diff --git a/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild b/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild index 6daf6dba62d0..bcf98743b45a 100644 --- a/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild,v 1.10 2009/06/10 14:54:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild,v 1.11 2009/06/17 20:10:01 jer Exp $ MY_PACKAGE=Conch @@ -8,7 +8,7 @@ inherit twisted eutils versionator DESCRIPTION="Twisted SSHv2 implementation." -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* >=dev-python/pycrypto-1.9_alpha6" |