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: Mon, 28 May 2018 07:06:29
Message-Id: 1527491162.6b5c8cc02cf679635480192aa6bc288f110c8933.slyfox@gentoo
1 commit: 6b5c8cc02cf679635480192aa6bc288f110c8933
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon May 28 05:33:46 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 07:06:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5c8cc0
7
8 dev-python/pyblake2: stable 1.1.2 for sparc
9
10 Bug: https://bugs.gentoo.org/656624
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12 RepoMan-Options: --include-arches="sparc"
13
14 dev-python/pyblake2/pyblake2-1.1.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pyblake2/pyblake2-1.1.2.ebuild b/dev-python/pyblake2/pyblake2-1.1.2.ebuild
18 index 0693d519423..0ffc080e948 100644
19 --- a/dev-python/pyblake2/pyblake2-1.1.2.ebuild
20 +++ b/dev-python/pyblake2/pyblake2-1.1.2.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
22 # pyblake2 itself allows more licenses but blake2 allows the following three
23 LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
27
28 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"