diff options
Diffstat (limited to 'dev-python/twisted-conch/twisted-conch-0.5.0.ebuild')
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-0.5.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/twisted-conch/twisted-conch-0.5.0.ebuild b/dev-python/twisted-conch/twisted-conch-0.5.0.ebuild index bd53147ee217..fe1e9f2ae2fe 100644 --- a/dev-python/twisted-conch/twisted-conch-0.5.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-0.5.0.ebuild,v 1.4 2005/11/23 17:35:40 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-0.5.0.ebuild,v 1.1 2005/04/08 14:06:17 lordvan Exp $ inherit distutils @@ -14,11 +14,10 @@ SRC_URI="http://tmrc.mit.edu/mirror/twisted/Conch/0.5/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~x86 ~amd64 ~ppc ~alpha ~sparc" IUSE="doc" -DEPEND=">=dev-python/twisted-2.0.0 - >=dev-python/pycrypto-1.9_alpha6" +DEPEND=">=dev-python/twisted-2.0.0" S=${WORKDIR}/${MY_P} |