app-doc/gimp-help: fix missing python_check_deps()
authorSergey Torokhov <torokhov-s-a@yandex.ru>
Sun, 9 Feb 2020 10:30:58 +0000 (13:30 +0300)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 10:20:10 +0000 (11:20 +0100)
Closes: https://bugs.gentoo.org/708566
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/14603
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-doc/gimp-help/gimp-help-2.10.0.ebuild
app-doc/gimp-help/gimp-help-2.8.2.ebuild

index 7041b5998ba7220995fa2fcbd70a25f4c9876479..5180a87afe252e45c8852cb4c2231e331bb7b89d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,6 +23,10 @@ DEPEND="$(python_gen_any_dep 'dev-libs/libxml2[python,${PYTHON_USEDEP}]')
        dev-libs/libxslt
 "
 
+python_check_deps() {
+       has_version "dev-libs/libxml2[${PYTHON_USEDEP}]"
+}
+
 src_configure() {
        econf --without-gimp
 }
index eddf386a020c9f30d6bc624c137057b7bb55f6c8..f1f2dea4b62cae4cb6cdd082bb7f4e4b0afad99f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,6 +21,10 @@ DEPEND="${PYTHON_DEPS}
        sys-devel/gettext
 "
 
+python_check_deps() {
+       has_version "dev-libs/libxml2[${PYTHON_USEDEP}]"
+}
+
 src_configure() {
        econf --without-gimp
 }