diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-11-13 14:15:18 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-11-13 14:17:02 -0800 |
commit | fafd9f00168e11964b46ed0542879c8fbbad1a42 (patch) | |
tree | 3482750103c20c8cc165df4ce32be2e5af850561 /dev-python/pyblake2 | |
parent | dev-lisp/sbcl: Fix CFLAGS and LINKFLAGS to let users override the default values (diff) | |
download | gentoo-fafd9f00168e11964b46ed0542879c8fbbad1a42.tar.gz gentoo-fafd9f00168e11964b46ed0542879c8fbbad1a42.tar.bz2 gentoo-fafd9f00168e11964b46ed0542879c8fbbad1a42.zip |
dev-python/pyblake2: keyword ~hppa
Passes src_test on hake.hppa.dev.gentoo.org, for py27 & py34.
Bug: https://bugs.gentoo.org/634936
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-python/pyblake2')
-rw-r--r-- | dev-python/pyblake2/pyblake2-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyblake2/pyblake2-1.0.0.ebuild b/dev-python/pyblake2/pyblake2-1.0.0.ebuild index 5f00679e0a58..28257fc6a808 100644 --- a/dev-python/pyblake2/pyblake2-1.0.0.ebuild +++ b/dev-python/pyblake2/pyblake2-1.0.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="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" blake2_impl() { local code=' |