commit: c887902fb664de7d5e67908aefe05574f2e6964b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 23 05:12:09 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 23 05:12:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c887902f
dev-libs/udis86: needs python[xml(+)] Closes: https://bugs.gentoo.org/831364 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/udis86/udis86-1.7.2-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/udis86/udis86-1.7.2-r1.ebuild b/dev-libs/udis86/udis86-1.7.2-r1.ebuild index 26852a3b26ce..ef2c02b2e24b 100644 --- a/dev-libs/udis86/udis86-1.7.2-r1.ebuild +++ b/dev-libs/udis86/udis86-1.7.2-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml(+)" inherit autotools multilib-minimal python-any-r1
