summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 02:03:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 02:04:03 +0200
commit10c1df032fc9fd9ab816018ddfb8041ddcec6529 (patch)
tree085ba4e989020b66d19c758d686827bac9febd9c /media-libs/vigra
parentapp-text/asciidoc: 9.0.0_rc2 version bump, python3_8 (diff)
downloadgentoo-10c1df032fc9fd9ab816018ddfb8041ddcec6529.tar.gz
gentoo-10c1df032fc9fd9ab816018ddfb8041ddcec6529.tar.bz2
gentoo-10c1df032fc9fd9ab816018ddfb8041ddcec6529.zip
media-libs/vigra: python3_8 support
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>
Diffstat (limited to 'media-libs/vigra')
-rw-r--r--media-libs/vigra/vigra-1.11.1-r3.ebuild2
-rw-r--r--media-libs/vigra/vigra-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/vigra/vigra-1.11.1-r3.ebuild b/media-libs/vigra/vigra-1.11.1-r3.ebuild
index bfb94af9b87d..93a26b7b05e2 100644
--- a/media-libs/vigra/vigra-1.11.1-r3.ebuild
+++ b/media-libs/vigra/vigra-1.11.1-r3.ebuild
@@ -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
diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild
index 289fe0492523..9bb9d1c453b4 100644
--- a/media-libs/vigra/vigra-9999.ebuild
+++ b/media-libs/vigra/vigra-9999.ebuild
@@ -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