diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-23 14:50:12 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-23 15:13:16 +0200 |
commit | 1a40a7194871cc7b4def84a282ee95e274474b26 (patch) | |
tree | e971b97ccf193d9da2930d053e5b2d77b0122203 /dev-python/hypothesis | |
parent | dev-python/hypothesis: Add python3.5 support (diff) | |
download | gentoo-1a40a7194871cc7b4def84a282ee95e274474b26.tar.gz gentoo-1a40a7194871cc7b4def84a282ee95e274474b26.tar.bz2 gentoo-1a40a7194871cc7b4def84a282ee95e274474b26.zip |
dev-python/hypothesis: Keyword under ALLARCHES policy
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis')
-rw-r--r-- | dev-python/hypothesis/hypothesis-1.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-1.9.0.ebuild b/dev-python/hypothesis/hypothesis-1.9.0.ebuild index ba35bb207b43..87c9c8a2712a 100644 --- a/dev-python/hypothesis/hypothesis-1.9.0.ebuild +++ b/dev-python/hypothesis/hypothesis-1.9.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RDEPEND="" |