commit: 7b4236b216b55bab4f490237288fc4d5677b43ff
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 00:53:29 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 00:53:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4236b2
app-doc/gimp-help: update python_check_deps call
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
b/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
index d04db34df635..886b27a60f42 100644
--- a/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
+++ b/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
@@ -27,7 +27,7 @@ BDEPEND="
PATCHES=( "${FILESDIR}/${P}-python3.patch" )
python_check_deps() {
- has_version "dev-libs/libxml2[${PYTHON_USEDEP}]"
+ has_version -b "dev-libs/libxml2[python,${PYTHON_USEDEP}]"
}
src_configure() {