diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-12 19:04:58 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-12 19:04:58 +0000 |
commit | 4cc72178711444dfee8765494ab2481b887291c1 (patch) | |
tree | 038b62e0903aad1d0c70b7c745c5e7682b38b671 /dev-python/twisted | |
parent | Version bump to 3.5.1, thanks to everyone who helped out. Fixes bug #158445 (diff) | |
download | historical-4cc72178711444dfee8765494ab2481b887291c1.tar.gz historical-4cc72178711444dfee8765494ab2481b887291c1.tar.bz2 historical-4cc72178711444dfee8765494ab2481b887291c1.zip |
Stable on sparc
Package-Manager: portage-2.1.2.2
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 c80b12ed60f2..e3f74bd25548 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.86 2007/03/12 16:57:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.87 2007/03/12 18:57:33 gustavoz Exp $ + + 12 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> twisted-2.4.0.ebuild: + Stable on sparc 12 Mar 2007; Raúl Porcel <armin76@gentoo.org> twisted-2.4.0.ebuild: x86 stable diff --git a/dev-python/twisted/twisted-2.4.0.ebuild b/dev-python/twisted/twisted-2.4.0.ebuild index 2b74edf530db..beb2ea6eee86 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-2007 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.10 2007/03/12 16:57:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.4.0.ebuild,v 1.11 2007/03/12 18:57:33 gustavoz 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 |