diff options
author | Markus Meier <maekke@gentoo.org> | 2016-02-20 15:24:35 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2016-02-20 15:24:35 +0100 |
commit | d7ce449b2200444b382ea0dead8059415f5a6cce (patch) | |
tree | f633eada7ca916248381fb9bea278833bc9c2d25 /dev-python | |
parent | af230cd0ff2d25793283a08d4202cb17ab62de00 (diff) | |
download | gentoo-d7ce449b2200444b382ea0dead8059415f5a6cce.tar.gz gentoo-d7ce449b2200444b382ea0dead8059415f5a6cce.tar.xz |
dev-python/cryptography: arm stable, bug #574150
Package-Manager: portage-2.2.27
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cryptography/cryptography-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cryptography/cryptography-1.1.2.ebuild b/dev-python/cryptography/cryptography-1.1.2.ebuild index 0cdf52245f6..0556b6ae6d2 100644 --- a/dev-python/cryptography/cryptography-1.1.2.ebuild +++ b/dev-python/cryptography/cryptography-1.1.2.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="libressl test" RDEPEND=" |