diff options
author | Jason Wever <weeve@gentoo.org> | 2003-12-17 00:13:54 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-12-17 00:13:54 +0000 |
commit | 5d181f3ec73d5bda17070c34ab50f37ee3d78d15 (patch) | |
tree | d8f775186e26b2fa7aa0bb12bd06d90b4f5f7bd7 /dev-python/twisted/twisted-1.1.0.ebuild | |
parent | Added ~sparc to keywords to fix the broken dependencies of dev-python/twisted. (diff) | |
download | gentoo-2-5d181f3ec73d5bda17070c34ab50f37ee3d78d15.tar.gz gentoo-2-5d181f3ec73d5bda17070c34ab50f37ee3d78d15.tar.bz2 gentoo-2-5d181f3ec73d5bda17070c34ab50f37ee3d78d15.zip |
Changed sparc keyword to ~sparc as dependency dev-python/pycrypto was missing any sparc keywords.
Diffstat (limited to 'dev-python/twisted/twisted-1.1.0.ebuild')
-rw-r--r-- | dev-python/twisted/twisted-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/twisted/twisted-1.1.0.ebuild b/dev-python/twisted/twisted-1.1.0.ebuild index d722ec738ea4..8974c25bfcfc 100644 --- a/dev-python/twisted/twisted-1.1.0.ebuild +++ b/dev-python/twisted/twisted-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.0.ebuild,v 1.3 2003/12/06 14:55:57 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.0.ebuild,v 1.4 2003/12/17 00:13:45 weeve Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 alpha sparc" +KEYWORDS="x86 alpha ~sparc" IUSE="gtk2 doc" DEPEND=">=dev-lang/python-2.2 |