dev-util/catalyst: update PYTHON_COMPAT
authorBen Kohler <bkohler@gentoo.org>
Tue, 7 Jan 2020 14:17:07 +0000 (08:17 -0600)
committerBen Kohler <bkohler@gentoo.org>
Tue, 7 Jan 2020 14:23:26 +0000 (08:23 -0600)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
dev-util/catalyst/catalyst-3.0.8.ebuild
dev-util/catalyst/catalyst-9999.ebuild

index 7da190c26fef9aa5d14a096e7c2c8d838427c0a4..06458c752dc919fe078e08271b47a8c4cb441f0d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ else
        KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sh sparc x86"
 fi
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 ${SRC_ECLASS}
 
index 9b191cbaf519cefcfbf80aa29de344f4855cbde1..f49e1e66af5fb2a617191dd98eaf6977945f3465 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ else
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
 fi
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 ${SRC_ECLASS}