diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-05 02:54:46 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-05 02:54:46 +0000 |
commit | 980f18cb8561f687025d134ac0ebbac8370ceb89 (patch) | |
tree | 5f85e8fd3acf5c9c16a42820db1aa079b3c88dac /dev-python | |
parent | stable on ppc64, bug #6244 (Manifest recommit) (diff) | |
download | gentoo-2-980f18cb8561f687025d134ac0ebbac8370ceb89.tar.gz gentoo-2-980f18cb8561f687025d134ac0ebbac8370ceb89.tar.bz2 gentoo-2-980f18cb8561f687025d134ac0ebbac8370ceb89.zip |
ppc stable profile update
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pycrypto/pycrypto-2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild b/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild index abc712aef218..49702cbbba0a 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-2004 Gentoo Foundation # 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.15 2004/07/02 04:28:45 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild,v 1.16 2004/10/05 02:54:46 pvdabeel Exp $ inherit distutils IUSE="" @@ -14,7 +14,7 @@ DEPEND="virtual/libc dev-lang/python" SLOT="0" -KEYWORDS="x86 alpha ~sparc amd64 ~ppc" +KEYWORDS="x86 alpha ~sparc amd64 ppc" S="${WORKDIR}/${P/_alpha/a}" IUSE="" diff --git a/dev-python/pycrypto/pycrypto-2.0.ebuild b/dev-python/pycrypto/pycrypto-2.0.ebuild index 954d5689dcf3..202655bced3b 100644 --- a/dev-python/pycrypto/pycrypto-2.0.ebuild +++ b/dev-python/pycrypto/pycrypto-2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.0.ebuild,v 1.1 2004/08/14 16:23:47 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.0.ebuild,v 1.2 2004/10/05 02:54:46 pvdabeel Exp $ inherit distutils DESCRIPTION="Python Cryptography Toolkit" HOMEPAGE="http://www.amk.ca/python/code/crypto.html" SRC_URI="http://www.amk.ca/files/python/crypto/${P}.tar.gz" -KEYWORDS="~x86 ~alpha ~sparc ~amd64 ~ppc" +KEYWORDS="~x86 ~alpha ~sparc ~amd64 ppc" LICENSE="freedist" DEPEND="virtual/python" SLOT="0" |