diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-02 20:17:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-02 20:17:53 +0000 |
commit | 08cc2bb2b90fe574bacd2eb856d575a70d7343cd (patch) | |
tree | e4942c47ba35c123631ca51035a0e39894c8c13b /dev-python | |
parent | arm/s390/sh love (diff) | |
download | gentoo-2-08cc2bb2b90fe574bacd2eb856d575a70d7343cd.tar.gz gentoo-2-08cc2bb2b90fe574bacd2eb856d575a70d7343cd.tar.bz2 gentoo-2-08cc2bb2b90fe574bacd2eb856d575a70d7343cd.zip |
arm/s390/sh stable
(Portage version: 2.1.1_pre2-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted/twisted-2.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/twisted/twisted-2.4.0.ebuild b/dev-python/twisted/twisted-2.4.0.ebuild index 9bffa7af4682..4326e4628e67 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.4 2006/06/28 02:34:03 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.4.0.ebuild,v 1.5 2006/07/02 20:17:53 vapier 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 arm ~hppa ~ia64 ~ppc ppc64 s390 sh ~sparc ~x86" IUSE="gtk serial crypt" DEPEND=">=dev-lang/python-2.3 |