diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-01-28 18:54:36 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-01-28 18:54:36 +0000 |
commit | 98de77e71a34d584d95c3adbe128c9060ad6c3b6 (patch) | |
tree | fc6eca22e1e2b1b9b50c2b4fcee462e7148560fd /dev-python/twisted-conch | |
parent | no need to bzip smallish patches (diff) | |
download | historical-98de77e71a34d584d95c3adbe128c9060ad6c3b6.tar.gz historical-98de77e71a34d584d95c3adbe128c9060ad6c3b6.tar.bz2 historical-98de77e71a34d584d95c3adbe128c9060ad6c3b6.zip |
Added to ~ppc, bug #120454
Package-Manager: portage-2.1_pre4
Diffstat (limited to 'dev-python/twisted-conch')
-rw-r--r-- | dev-python/twisted-conch/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-0.6.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index d6a258a85a3f..92e0d6972f7b 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.5 2005/11/30 22:05:00 marienz Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.6 2006/01/28 18:54:36 dertobi123 Exp $ + + 28 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> + twisted-conch-0.6.0.ebuild: + Added to ~ppc, bug #120454 30 Nov 2005; Marien Zwart <marienz@gentoo.org> -twisted-conch-0.5.0.ebuild: diff --git a/dev-python/twisted-conch/twisted-conch-0.6.0.ebuild b/dev-python/twisted-conch/twisted-conch-0.6.0.ebuild index 9c4c9e58095c..ee7684c66047 100644 --- a/dev-python/twisted-conch/twisted-conch-0.6.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.6.0.ebuild,v 1.1 2005/11/27 21:12:36 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-0.6.0.ebuild,v 1.2 2006/01/28 18:54:36 dertobi123 Exp $ MY_PACKAGE=Conch @@ -8,7 +8,7 @@ inherit twisted eutils DESCRIPTION="Twisted SSHv2 implementation." -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" DEPEND=">=dev-python/twisted-2.1 >=dev-python/pycrypto-1.9_alpha6" |