From: Andreas Sturmlechner Date: Fri, 17 Apr 2020 00:03:14 +0000 (+0200) Subject: media-libs/vigra: python3_8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=10c1df032fc9fd9ab816018ddfb8041ddcec6529;p=gentoo.git 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 --- 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