diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 02:03:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 02:04:03 +0200 |
commit | 10c1df032fc9fd9ab816018ddfb8041ddcec6529 (patch) | |
tree | 085ba4e989020b66d19c758d686827bac9febd9c /media-libs/vigra | |
parent | app-text/asciidoc: 9.0.0_rc2 version bump, python3_8 (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | media-libs/vigra/vigra-9999.ebuild | 4 |
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 |