summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 21:43:13 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-07 09:51:58 +0200
commitbff2781e844970cc703ee95fcb54811280188d6f (patch)
tree55130fd9ae568a9d8d41e6635d6cc114391115b7
parentmedia-libs/libplacebo: Update PYTHON_REQ_USE to xml(+) (diff)
downloadgentoo-bff2781e844970cc703ee95fcb54811280188d6f.tar.gz
gentoo-bff2781e844970cc703ee95fcb54811280188d6f.tar.bz2
gentoo-bff2781e844970cc703ee95fcb54811280188d6f.zip
media-libs/vigra: Update PYTHON_REQ_USE to xml(+)
Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer features the "xml" flag. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--media-libs/vigra/vigra-1.11.1-r6.ebuild2
-rw-r--r--media-libs/vigra/vigra-9999.ebuild2
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"