diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-14 20:16:12 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-14 20:16:12 +0000 |
commit | 260c164a23d45569c61b53ef95c7d0e7bc7e58df (patch) | |
tree | 55bb6a33797a21205ca5931492a590586469046c /dev-python/pyblake2 | |
parent | media-libs/harfbuzz: stable 1.7.2 for ia64, bug #621644 (diff) | |
download | gentoo-260c164a23d45569c61b53ef95c7d0e7bc7e58df.tar.gz gentoo-260c164a23d45569c61b53ef95c7d0e7bc7e58df.tar.bz2 gentoo-260c164a23d45569c61b53ef95c7d0e7bc7e58df.zip |
dev-python/pyblake2: stable 1.1.0 for hppa, bug #640898
Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"
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 9db611f28de1..c12b9ba3392b 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 ~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}" |