commit: 78b1b89255420697fe9054b4aa17f37090ed1a18 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Apr 16 17:00:00 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Apr 16 17:02:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b1b892
app-text/yelp-tools: Add dependency on dev-python/lxml yelp-build and yelp-check use it. Closes: https://bugs.gentoo.org/783174 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> app-text/yelp-tools/yelp-tools-40.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/yelp-tools/yelp-tools-40.0.ebuild b/app-text/yelp-tools/yelp-tools-40.0.ebuild index 146acdd7214..9bc15930dae 100644 --- a/app-text/yelp-tools/yelp-tools-40.0.ebuild +++ b/app-text/yelp-tools/yelp-tools-40.0.ebuild @@ -15,6 +15,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} + $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]') >=dev-libs/libxml2-2.6.12 >=dev-libs/libxslt-1.1.8 dev-util/itstool
