diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2017-12-23 11:55:13 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-23 19:53:25 +0000 |
commit | a26c735f0cfa7a2163341eb9d5d0bc6d851b2865 (patch) | |
tree | 3e5ea8330204410e815b7ddf32ac639c26603376 /dev-python/pyblake2 | |
parent | dev-perl/Plack: keyworded 1.4.400 for sparc, bug #613376 (diff) | |
download | gentoo-a26c735f0cfa7a2163341eb9d5d0bc6d851b2865.tar.gz gentoo-a26c735f0cfa7a2163341eb9d5d0bc6d851b2865.tar.bz2 gentoo-a26c735f0cfa7a2163341eb9d5d0bc6d851b2865.zip |
dev-python/pyblake2: stable 1.1.0 for sparc, bug #640898
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"
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 04258841a954..5b0697139d1f 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 ~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 ~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}" |