media-libs/vigra: python3_8 support
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 17 Apr 2020 00:03:14 +0000 (02:03 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 17 Apr 2020 00:04:03 +0000 (02:04 +0200)
dev-libs/boost now has py38, and if Fedora does, so can we.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/vigra/vigra-1.11.1-r3.ebuild
media-libs/vigra/vigra-9999.ebuild

index bfb94af9b87ddd91714c60a30f0bd15cd74d5390..93a26b7b05e219ab7f9e37bf9d2f43e563f73fde 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+),xml"
 inherit cmake-utils python-r1
 
index 289fe0492523ffe2c7689445c7078e6b69e029e6..9bb9d1c453b42a15ede83b3177129161e2ac3899 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+),xml"
 inherit cmake-utils python-r1