diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-06-28 02:35:24 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-06-28 02:35:24 +0000 |
commit | c0cd257949cc5693fbc1f8f1aff9c42564812430 (patch) | |
tree | 58da1e34dcb45d8709e5f44ec7f94a5f8feaeaf7 /dev-python/twisted | |
parent | add xmessage to DEPEND #137065 (diff) | |
download | historical-c0cd257949cc5693fbc1f8f1aff9c42564812430.tar.gz historical-c0cd257949cc5693fbc1f8f1aff9c42564812430.tar.bz2 historical-c0cd257949cc5693fbc1f8f1aff9c42564812430.zip |
Stable on amd64. See bug #124293.
Package-Manager: portage-2.1.1_pre1-r5
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 8bce3ff6afb1..c5d9807ed7bb 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.73 2006/06/22 19:18:10 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.74 2006/06/28 02:34:03 metalgod Exp $ + + 28 Jun 2006; Luis Medinas <metalgod@gentoo.org> twisted-2.4.0.ebuild: + Stable on amd64. See bug #124293. 22 Jun 2006; Marien Zwart <marienz@gentoo.org> twisted-2.0.1.ebuild, twisted-2.1.0.ebuild, twisted-2.2.0.ebuild, twisted-2.4.0.ebuild: diff --git a/dev-python/twisted/twisted-2.4.0.ebuild b/dev-python/twisted/twisted-2.4.0.ebuild index 4e9c520bed94..9bffa7af4682 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.3 2006/06/22 19:18:10 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.4.0.ebuild,v 1.4 2006/06/28 02:34:03 metalgod 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 |