commit: bd32979a531efa7d6176bb1a18404c3bd031bd61
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 17:35:10 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 17:49:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd32979a
dev-util/pkgcheck: Add missing any-of dep on snakeoil
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/pkgcheck/pkgcheck-0.7.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-util/pkgcheck/pkgcheck-0.7.1.ebuild
b/dev-util/pkgcheck/pkgcheck-0.7.1.ebuild
index 8ab52c61b8a..c4df9003bc2 100644
--- a/dev-util/pkgcheck/pkgcheck-0.7.1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.7.1.ebuild
@@ -42,6 +42,7 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( $(python_gen_any_dep '
dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/snakeoil[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
') )
@@ -53,6 +54,7 @@ DEPEND="${RDEPEND}
python_check_deps() {
has_version "dev-python/setuptools[${PYTHON_USEDEP}]" || return 1
+ has_version "dev-python/snakeoil[${PYTHON_USEDEP}]" || return 1
if use doc; then
has_version "dev-python/docutils[${PYTHON_USEDEP}]" &&
has_version "dev-python/sphinx[${PYTHON_USEDEP}]"