diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-08-11 18:36:16 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-08-11 18:36:16 +0000 |
commit | c7f8feea3ff35d8ed9b3ea9f2c70b2a7c4291f74 (patch) | |
tree | 84434338c53d6151405564b0b70b8d66d3570711 /dev-python/twisted-conch | |
parent | Sparc stable, part of Bug #231675. (diff) | |
download | historical-c7f8feea3ff35d8ed9b3ea9f2c70b2a7c4291f74.tar.gz historical-c7f8feea3ff35d8ed9b3ea9f2c70b2a7c4291f74.tar.bz2 historical-c7f8feea3ff35d8ed9b3ea9f2c70b2a7c4291f74.zip |
Sparc stable, all tests good (part of Bug #231675).
Package-Manager: portage-2.2_rc7/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64
Diffstat (limited to 'dev-python/twisted-conch')
-rw-r--r-- | dev-python/twisted-conch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-8.1.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 88e690fde02e..ebd52aaccb3c 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.30 2008/05/26 07:59:28 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.31 2008/08/11 18:30:44 fmccor Exp $ + + 11 Aug 2008; Ferris McCormick <fmccor@gentoo.org> + twisted-conch-8.1.0.ebuild: + Sparc stable, all tests good (part of Bug #231675). *twisted-conch-8.1.0 (25 May 2008) 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 bb83ae1e9efe..1d01b83eb585 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-2008 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.1 2008/05/26 07:59:28 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild,v 1.2 2008/08/11 18:30:44 fmccor Exp $ MY_PACKAGE=Conch @@ -8,7 +8,7 @@ inherit twisted eutils versionator DESCRIPTION="Twisted SSHv2 implementation." -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86" DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* >=dev-python/pycrypto-1.9_alpha6" |