diff options
author | Jason Wever <weeve@gentoo.org> | 2003-12-17 00:11:31 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-12-17 00:11:31 +0000 |
commit | b77b6ebe8c95af490ceae985e8e1fbb26488e58d (patch) | |
tree | 6f1bf308fd9e4380b7f6d9d51f48e8d1db363a0c /dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild | |
parent | Changed sparc keyword to ~sparc since it's dependencies were broken and proba... (diff) | |
download | gentoo-2-b77b6ebe8c95af490ceae985e8e1fbb26488e58d.tar.gz gentoo-2-b77b6ebe8c95af490ceae985e8e1fbb26488e58d.tar.bz2 gentoo-2-b77b6ebe8c95af490ceae985e8e1fbb26488e58d.zip |
Added ~sparc to keywords to fix the broken dependencies of dev-python/twisted.
Diffstat (limited to 'dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild')
-rw-r--r-- | dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild b/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild index e145b2dbc1f0..4bc9c8b3971a 100644 --- a/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild +++ b/dev-python/pycrypto/pycrypto-1.9_alpha6.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/pycrypto/pycrypto-1.9_alpha6.ebuild,v 1.7 2003/09/29 21:14:33 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild,v 1.8 2003/12/17 00:11:23 weeve Exp $ inherit distutils IUSE="" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc dev-lang/python" SLOT="0" -KEYWORDS="x86 ~alpha" +KEYWORDS="x86 ~alpha ~sparc" S="${WORKDIR}/${P/_alpha/a}" mydoc="ACKS ChangeLog LICENSE MANIFEST PKG-INFO README TODO" |