Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/
Date: Sat, 04 May 2019 19:20:29
Message-Id: 1556997615.24e240eab9e5b83813a2cbeb171ce062326ae3a1.dilfridge@gentoo
1 commit: 24e240eab9e5b83813a2cbeb171ce062326ae3a1
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 19:19:30 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 4 19:20:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e240ea
7
8 dev-python/snakeoil: keyword ~riscv, add python-3.7 as provider
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-python/snakeoil/snakeoil-0.7.5.ebuild | 4 ++--
14 dev-python/snakeoil/snakeoil-9999.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/snakeoil/snakeoil-0.7.5.ebuild b/dev-python/snakeoil/snakeoil-0.7.5.ebuild
18 index 6dfed11edfa..fa95be1778c 100644
19 --- a/dev-python/snakeoil/snakeoil-0.7.5.ebuild
20 +++ b/dev-python/snakeoil/snakeoil-0.7.5.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
26 +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
27 PYTHON_REQ_USE="threads(+)"
28 inherit distutils-r1
29
30 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
31 EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git"
32 inherit git-r3
33 else
34 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86"
35 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86"
36 SRC_URI="https://github.com/pkgcore/snakeoil/releases/download/v${PV}/${P}.tar.gz"
37 fi
38
39
40 diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild
41 index b52898dd1d3..e7629b6dfc9 100644
42 --- a/dev-python/snakeoil/snakeoil-9999.ebuild
43 +++ b/dev-python/snakeoil/snakeoil-9999.ebuild
44 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
45 EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git"
46 inherit git-r3
47 else
48 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
49 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
50 SRC_URI="https://github.com/pkgcore/snakeoil/releases/download/v${PV}/${P}.tar.gz"
51 fi