Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/udis86/
Date: Thu, 23 Jun 2022 05:20:03
Message-Id: 1655961129.c887902fb664de7d5e67908aefe05574f2e6964b.sam@gentoo
1 commit: c887902fb664de7d5e67908aefe05574f2e6964b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 05:12:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 05:12:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c887902f
7
8 dev-libs/udis86: needs python[xml(+)]
9
10 Closes: https://bugs.gentoo.org/831364
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/udis86/udis86-1.7.2-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/udis86/udis86-1.7.2-r1.ebuild b/dev-libs/udis86/udis86-1.7.2-r1.ebuild
17 index 26852a3b26ce..ef2c02b2e24b 100644
18 --- a/dev-libs/udis86/udis86-1.7.2-r1.ebuild
19 +++ b/dev-libs/udis86/udis86-1.7.2-r1.ebuild
20 @@ -1,9 +1,10 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 PYTHON_COMPAT=( python3_{8..10} )
28 +PYTHON_REQ_USE="xml(+)"
29
30 inherit autotools multilib-minimal python-any-r1