diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-13 02:24:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-13 02:24:01 +0000 |
commit | 7756b1bcb964851830efedf9ed60353150bb9aaf (patch) | |
tree | 0710838ea5c2fa498e8c7a892382dda0684d121f /dev-python/twisted | |
parent | Mark 2.4.9.3-r2 stable on ia64 (diff) | |
download | gentoo-2-7756b1bcb964851830efedf9ed60353150bb9aaf.tar.gz gentoo-2-7756b1bcb964851830efedf9ed60353150bb9aaf.tar.bz2 gentoo-2-7756b1bcb964851830efedf9ed60353150bb9aaf.zip |
Mark 2.2.0 stable on ia64
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted/twisted-2.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index fadb7affc58e..8556c011cbdf 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.77 2006/07/12 17:03:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.78 2006/07/13 02:24:01 agriffis Exp $ + + 13 Jul 2006; Aron Griffis <agriffis@gentoo.org> twisted-2.2.0.ebuild: + Mark 2.2.0 stable on ia64 12 Jul 2006; Aron Griffis <agriffis@gentoo.org> twisted-2.4.0.ebuild: Mark 2.4.0 stable on ia64 diff --git a/dev-python/twisted/twisted-2.2.0.ebuild b/dev-python/twisted/twisted-2.2.0.ebuild index 3293cdf64657..0fec25f3577c 100644 --- a/dev-python/twisted/twisted-2.2.0.ebuild +++ b/dev-python/twisted/twisted-2.2.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/twisted-2.2.0.ebuild,v 1.7 2006/06/22 19:18:10 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.2.0.ebuild,v 1.8 2006/07/13 02:24:01 agriffis Exp $ inherit eutils distutils versionator @@ -12,7 +12,7 @@ SRC_URI="http://tmrc.mit.edu/mirror/twisted/Twisted/$(get_version_component_rang LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="gtk serial crypt" DEPEND=">=dev-lang/python-2.3 |