summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2018-01-22 17:04:25 +0100
committerMichael Haubenwallner <haubi@gentoo.org>2018-01-22 17:07:48 +0100
commit4273a169a77eb87ef833c6d99a81c997938fecf2 (patch)
treed84e6f5261608b1a62583eb72ecd73d07c1de9ea
parentmedia-sound/spotify: 1.0.70 bup, thanks Nikos (diff)
downloadgentoo-4273a169a77eb87ef833c6d99a81c997938fecf2.tar.gz
gentoo-4273a169a77eb87ef833c6d99a81c997938fecf2.tar.bz2
gentoo-4273a169a77eb87ef833c6d99a81c997938fecf2.zip
dev-python/pyblake2: add ~x86-linux, ~amd64-linux keywords
These are the non-RAP keywords for linux prefix. Bug: https://bugs.gentoo.org/634936 Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--dev-python/pyblake2/pyblake2-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyblake2/pyblake2-1.1.0.ebuild b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
index 41255bdd959b..f9dacce78ea7 100644
--- a/dev-python/pyblake2/pyblake2-1.1.0.ebuild
+++ b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
# pyblake2 itself allows more licenses but blake2 allows the following three
LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
python_test() {
"${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}"