diff options
author | Brent Baude <ranger@gentoo.org> | 2012-06-06 14:10:29 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-06-06 14:10:29 +0000 |
commit | 527ed5ba78245e5965d9657c2bd8bd21feae8490 (patch) | |
tree | e7da91f9ccb05e35b8b88de4a5f6bdc1293ecbfa /dev-python/pycrypto/pycrypto-2.6.ebuild | |
parent | Marking pidgin-2.10.4 ppc64 for bug 415393 (diff) | |
download | gentoo-2-527ed5ba78245e5965d9657c2bd8bd21feae8490.tar.gz gentoo-2-527ed5ba78245e5965d9657c2bd8bd21feae8490.tar.bz2 gentoo-2-527ed5ba78245e5965d9657c2bd8bd21feae8490.zip |
Marking pycrypto-2.6 ppc64 for bug 417625
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Diffstat (limited to 'dev-python/pycrypto/pycrypto-2.6.ebuild')
-rw-r--r-- | dev-python/pycrypto/pycrypto-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycrypto/pycrypto-2.6.ebuild b/dev-python/pycrypto/pycrypto-2.6.ebuild index d98dd182b86f..febc99eea854 100644 --- a/dev-python/pycrypto/pycrypto-2.6.ebuild +++ b/dev-python/pycrypto/pycrypto-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.ebuild,v 1.7 2012/06/03 18:04:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.ebuild,v 1.8 2012/06/06 14:10:29 ranger Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SRC_URI="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/${P}.tar.gz" LICENSE="PSF-2 public-domain" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc +gmp" RDEPEND="gmp? ( dev-libs/gmp )" |