diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-13 02:08:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-13 02:08:58 +0000 |
commit | d1dc0ef517c24caa1361a4074b6b4a4b383c9c6d (patch) | |
tree | 8b29ba172baf6080d53f7e6b386d427c7542c7f9 /dev-python/twisted-conch | |
parent | more accurate DEPEND statement for qt - ensures no qt4. Renabled qt check in ... (diff) | |
download | gentoo-2-d1dc0ef517c24caa1361a4074b6b4a4b383c9c6d.tar.gz gentoo-2-d1dc0ef517c24caa1361a4074b6b4a4b383c9c6d.tar.bz2 gentoo-2-d1dc0ef517c24caa1361a4074b6b4a4b383c9c6d.zip |
Mark 0.7.0 stable on ia64
(Portage version: 2.1-r1)
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-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" |