summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-05-29 17:53:11 +0000
committerSimon Stelling <blubb@gentoo.org>2006-05-29 17:53:11 +0000
commit922127e6cd6b2b1b4ce84723a5ea0da07fcd3315 (patch)
tree2c329ade8361754cce4a272ad851316dc57bd6c0 /dev-python
parentstable on amd64 (diff)
downloadgentoo-2-922127e6cd6b2b1b4ce84723a5ea0da07fcd3315.tar.gz
gentoo-2-922127e6cd6b2b1b4ce84723a5ea0da07fcd3315.tar.bz2
gentoo-2-922127e6cd6b2b1b4ce84723a5ea0da07fcd3315.zip
stable amd64
(Portage version: 3387-svn)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/twisted/ChangeLog5
-rw-r--r--dev-python/twisted/twisted-2.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog
index 7f8ecce42a9c..e01c4f7913eb 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.70 2006/05/26 18:42:12 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.71 2006/05/29 17:53:11 blubb Exp $
+
+ 29 May 2006; Simon Stelling <blubb@gentoo.org> twisted-2.0.1.ebuild:
+ stable on amd64
*twisted-2.4.0 (26 May 2006)
diff --git a/dev-python/twisted/twisted-2.0.1.ebuild b/dev-python/twisted/twisted-2.0.1.ebuild
index ed9b221b3ea9..4bb03549a5b6 100644
--- a/dev-python/twisted/twisted-2.0.1.ebuild
+++ b/dev-python/twisted/twisted-2.0.1.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.0.1.ebuild,v 1.8 2006/05/25 14:09:20 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.0.1.ebuild,v 1.9 2006/05/29 17:53:11 blubb 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 ppc sparc x86"
+KEYWORDS="~alpha amd64 ppc sparc x86"
IUSE="gtk serial crypt"
DEPEND=">=dev-lang/python-2.2