Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycrypto/
Date: Sun, 28 Feb 2016 06:56:18
Message-Id: 1456642381.867c5837de01ec206ad82a8575875b55af715fba.prometheanfire@gentoo
1 commit: 867c5837de01ec206ad82a8575875b55af715fba
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 06:53:01 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 06:53:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867c5837
7
8 dev-python/pycrypto: keywording arm64
9
10 merged on X-C1
11
12 Package-Manager: portage-2.2.26
13
14 dev-python/pycrypto/pycrypto-2.6.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pycrypto/pycrypto-2.6.1.ebuild b/dev-python/pycrypto/pycrypto-2.6.1.ebuild
18 index a2285a2..a73b1d2 100644
19 --- a/dev-python/pycrypto/pycrypto-2.6.1.ebuild
20 +++ b/dev-python/pycrypto/pycrypto-2.6.1.ebuild
21 @@ -15,7 +15,7 @@ SRC_URI="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/${P}.tar.gz"
22
23 LICENSE="PSF-2 public-domain"
24 SLOT="0"
25 -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
26 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
27 IUSE="doc +gmp"
28
29 RDEPEND="gmp? ( dev-libs/gmp:0= )"