diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-12-21 17:02:33 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-12-21 17:02:58 +0100 |
commit | 1df4219acef5a76e0bb5bbb664a2ce9a843afdea (patch) | |
tree | a6d21fb07b9b5693b96addf3634853c62d733fb3 /dev-python/pyblake2 | |
parent | net-fs/nfs-utils: Fixed undefined reference in svcgssd. (diff) | |
download | gentoo-1df4219acef5a76e0bb5bbb664a2ce9a843afdea.tar.gz gentoo-1df4219acef5a76e0bb5bbb664a2ce9a843afdea.tar.bz2 gentoo-1df4219acef5a76e0bb5bbb664a2ce9a843afdea.zip |
dev-python/pyblake2: keyword ~x64-cygwin
Passes src_test for py27.
Bug: https://bugs.gentoo.org/634936
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-python/pyblake2')
-rw-r--r-- | dev-python/pyblake2/pyblake2-1.1.0.ebuild | 2 |
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 c12b9ba3392b..1e725167be6a 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 hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~x64-cygwin ~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}" |