diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 17:03:35 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 17:03:35 +0000 |
commit | 87538d53637c733a9b4e691b6e96d2097205912e (patch) | |
tree | 665d0050f35021d954856ef26095b4955804af72 /dev-python/twisted | |
parent | Stable on x86 wrt bug #139612. (diff) | |
download | gentoo-2-87538d53637c733a9b4e691b6e96d2097205912e.tar.gz gentoo-2-87538d53637c733a9b4e691b6e96d2097205912e.tar.bz2 gentoo-2-87538d53637c733a9b4e691b6e96d2097205912e.zip |
Mark 2.4.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.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index f8d60f420ac7..fadb7affc58e 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.76 2006/07/02 23:11:59 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.77 2006/07/12 17:03:35 agriffis Exp $ + + 12 Jul 2006; Aron Griffis <agriffis@gentoo.org> twisted-2.4.0.ebuild: + Mark 2.4.0 stable on ia64 02 Jul 2006; Lars Weiler <pylon@gentoo.org> twisted-2.4.0.ebuild: Stable on ppc. diff --git a/dev-python/twisted/twisted-2.4.0.ebuild b/dev-python/twisted/twisted-2.4.0.ebuild index 3b96e4bd8597..e845171762fb 100644 --- a/dev-python/twisted/twisted-2.4.0.ebuild +++ b/dev-python/twisted/twisted-2.4.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.4.0.ebuild,v 1.6 2006/07/02 23:11:59 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.4.0.ebuild,v 1.7 2006/07/12 17:03:35 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 arm ~hppa ~ia64 ppc ppc64 s390 sh ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh ~sparc ~x86" IUSE="gtk serial crypt" DEPEND=">=dev-lang/python-2.3 |