From bff2781e844970cc703ee95fcb54811280188d6f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 4 Sep 2022 21:43:13 +0200 Subject: media-libs/vigra: Update PYTHON_REQ_USE to xml(+) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer features the "xml" flag. Signed-off-by: Michał Górny --- media-libs/vigra/vigra-1.11.1-r6.ebuild | 2 +- media-libs/vigra/vigra-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/vigra/vigra-1.11.1-r6.ebuild b/media-libs/vigra/vigra-1.11.1-r6.ebuild index 6724c62fa033..d8a4ffb3a5e0 100644 --- a/media-libs/vigra/vigra-1.11.1-r6.ebuild +++ b/media-libs/vigra/vigra-1.11.1-r6.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="threads(+),xml" +PYTHON_REQ_USE="threads(+),xml(+)" inherit cmake flag-o-matic python-r1 DESCRIPTION="C++ computer vision library emphasizing customizable algorithms and structures" diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild index f10aa9a71fbf..a7f34a358cb8 100644 --- a/media-libs/vigra/vigra-9999.ebuild +++ b/media-libs/vigra/vigra-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="threads(+),xml" +PYTHON_REQ_USE="threads(+),xml(+)" inherit cmake flag-o-matic python-r1 DESCRIPTION="C++ computer vision library emphasizing customizable algorithms and structures" -- cgit v1.2.3-65-gdbad