Skip to content

Commit

Permalink
app-doc/devmanual: Depend on htmltidy for tests
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Oct 10, 2021
1 parent 6d152a5 commit 8257b81
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app-doc/devmanual/devmanual-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 )

Expand Down

0 comments on commit 8257b81

Please sign in to comment.