Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vigra/
Date: Wed, 07 Sep 2022 07:52:55
Message-Id: 1662537118.bff2781e844970cc703ee95fcb54811280188d6f.mgorny@gentoo
1 commit: bff2781e844970cc703ee95fcb54811280188d6f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:13 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:51:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff2781e
7
8 media-libs/vigra: Update PYTHON_REQ_USE to xml(+)
9
10 Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
11 features the "xml" flag.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 media-libs/vigra/vigra-1.11.1-r6.ebuild | 2 +-
16 media-libs/vigra/vigra-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-libs/vigra/vigra-1.11.1-r6.ebuild b/media-libs/vigra/vigra-1.11.1-r6.ebuild
20 index 6724c62fa033..d8a4ffb3a5e0 100644
21 --- a/media-libs/vigra/vigra-1.11.1-r6.ebuild
22 +++ b/media-libs/vigra/vigra-1.11.1-r6.ebuild
23 @@ -4,7 +4,7 @@
24 EAPI=7
25
26 PYTHON_COMPAT=( python3_{8..10} )
27 -PYTHON_REQ_USE="threads(+),xml"
28 +PYTHON_REQ_USE="threads(+),xml(+)"
29 inherit cmake flag-o-matic python-r1
30
31 DESCRIPTION="C++ computer vision library emphasizing customizable algorithms and structures"
32
33 diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild
34 index f10aa9a71fbf..a7f34a358cb8 100644
35 --- a/media-libs/vigra/vigra-9999.ebuild
36 +++ b/media-libs/vigra/vigra-9999.ebuild
37 @@ -4,7 +4,7 @@
38 EAPI=7
39
40 PYTHON_COMPAT=( python3_{8..10} )
41 -PYTHON_REQ_USE="threads(+),xml"
42 +PYTHON_REQ_USE="threads(+),xml(+)"
43 inherit cmake flag-o-matic python-r1
44
45 DESCRIPTION="C++ computer vision library emphasizing customizable algorithms and structures"