Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyblake2/
Date: Thu, 14 Dec 2017 20:19:36
Message-Id: 1513282572.260c164a23d45569c61b53ef95c7d0e7bc7e58df.slyfox@gentoo
1 commit: 260c164a23d45569c61b53ef95c7d0e7bc7e58df
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 14 20:16:12 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 14 20:16:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260c164a
7
8 dev-python/pyblake2: stable 1.1.0 for hppa, bug #640898
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11 RepoMan-Options: --include-arches="hppa"
12
13 dev-python/pyblake2/pyblake2-1.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pyblake2/pyblake2-1.1.0.ebuild b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
17 index 9db611f28de..c12b9ba3392 100644
18 --- a/dev-python/pyblake2/pyblake2-1.1.0.ebuild
19 +++ b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
21 # pyblake2 itself allows more licenses but blake2 allows the following three
22 LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )"
23 SLOT="0"
24 -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"
25 +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"
26
27 python_test() {
28 "${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}"