summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Cort <tcort@gentoo.org>2006-06-30 23:16:14 +0000
committerThomas Cort <tcort@gentoo.org>2006-06-30 23:16:14 +0000
commitc6bec1121977b932b0e71487062338d9a6bad47a (patch)
tree76754aa6a8dcd59a5e09c32d82f8c025b9c5bb55 /dev-python/twisted-conch
parentNeed to quote > symbol (Andrew Gaffney). (diff)
downloadhistorical-c6bec1121977b932b0e71487062338d9a6bad47a.tar.gz
historical-c6bec1121977b932b0e71487062338d9a6bad47a.tar.bz2
historical-c6bec1121977b932b0e71487062338d9a6bad47a.zip
Added ~alpha keyword.
Package-Manager: portage-2.1
Diffstat (limited to 'dev-python/twisted-conch')
-rw-r--r--dev-python/twisted-conch/ChangeLog5
-rw-r--r--dev-python/twisted-conch/twisted-conch-0.7.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog
index 4ef013a2fbd8..f29b61185a70 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.15 2006/06/30 23:04:44 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.16 2006/06/30 23:05:33 tcort Exp $
+
+ 30 Jun 2006; Thomas Cort <tcort@gentoo.org> twisted-conch-0.7.0.ebuild:
+ Added ~alpha keyword.
30 Jun 2006; Thomas Cort <tcort@gentoo.org> twisted-conch-0.5.0-r1.ebuild:
Stable on alpha wrt Bug #128688.
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 ee48caac1543..befb63b76d72 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.1 2006/05/26 18:42:56 marienz Exp $
+# $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 $
MY_PACKAGE=Conch
@@ -8,7 +8,7 @@ inherit twisted eutils
DESCRIPTION="Twisted SSHv2 implementation."
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
DEPEND=">=dev-python/twisted-2.4
>=dev-python/pycrypto-1.9_alpha6"