Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Tue, 07 Jan 2020 14:23:44
Message-Id: 1578407006.d0840288c93f08c8ad134646a19bd30393b6cd6a.bkohler@gentoo
1 commit: d0840288c93f08c8ad134646a19bd30393b6cd6a
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 7 14:17:07 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 14:23:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0840288
7
8 dev-util/catalyst: update PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 dev-util/catalyst/catalyst-3.0.8.ebuild | 4 ++--
14 dev-util/catalyst/catalyst-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-util/catalyst/catalyst-3.0.8.ebuild b/dev-util/catalyst/catalyst-3.0.8.ebuild
18 index 7da190c26fe..06458c752dc 100644
19 --- a/dev-util/catalyst/catalyst-3.0.8.ebuild
20 +++ b/dev-util/catalyst/catalyst-3.0.8.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,7 +12,7 @@ else
28 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sh sparc x86"
29 fi
30
31 -PYTHON_COMPAT=( python{3_6,3_7} )
32 +PYTHON_COMPAT=( python3_{6,7,8} )
33
34 inherit distutils-r1 ${SRC_ECLASS}
35
36
37 diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
38 index 9b191cbaf51..f49e1e66af5 100644
39 --- a/dev-util/catalyst/catalyst-9999.ebuild
40 +++ b/dev-util/catalyst/catalyst-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2019 Gentoo Authors
43 +# Copyright 1999-2020 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -12,7 +12,7 @@ else
48 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
49 fi
50
51 -PYTHON_COMPAT=( python{3_6,3_7} )
52 +PYTHON_COMPAT=( python3_{6,7,8} )
53
54 inherit distutils-r1 ${SRC_ECLASS}