summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-10-10 13:01:39 +0200
committerUlrich Müller <ulm@gentoo.org>2021-10-10 13:02:08 +0200
commit8257b81f6bb1651e71059d5146c53683e03ad50d (patch)
tree2a067cf8926d25b2399867be9a47eed547840352 /app-doc/devmanual
parentdev-python/zope-configuration: Remove old (diff)
downloadgentoo-8257b81f6bb1651e71059d5146c53683e03ad50d.tar.gz
gentoo-8257b81f6bb1651e71059d5146c53683e03ad50d.tar.bz2
gentoo-8257b81f6bb1651e71059d5146c53683e03ad50d.zip
app-doc/devmanual: Depend on htmltidy for tests
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-doc/devmanual')
-rw-r--r--app-doc/devmanual/devmanual-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-doc/devmanual/devmanual-9999.ebuild b/app-doc/devmanual/devmanual-9999.ebuild
index 1170493b93eb..d5af3bf8fd76 100644
--- a/app-doc/devmanual/devmanual-9999.ebuild
+++ b/app-doc/devmanual/devmanual-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=(python3_{7,8,9})
inherit python-any-r1 readme.gentoo-r1
@@ -21,13 +21,15 @@ fi
LICENSE="CC-BY-SA-4.0"
SLOT="0"
-IUSE="+offline"
+IUSE="+offline test"
+RESTRICT="!test? ( test )"
BDEPEND="dev-libs/libxml2
dev-libs/libxslt
gnome-base/librsvg
media-fonts/open-sans
- ${PYTHON_DEPS}"
+ ${PYTHON_DEPS}
+ test? ( >=app-text/htmltidy-5.8.0 )"
PATCHES=( "${FILESDIR}"/${PN}-eclasses.patch )