mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-doc/devmanual: Sync from live ebuild
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -25,12 +25,18 @@ SLOT="0"
|
||||
IUSE="+offline test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND=">=dev-libs/libxml2-2.9.12
|
||||
dev-libs/libxslt
|
||||
BDEPEND="dev-libs/libxslt
|
||||
gnome-base/librsvg
|
||||
media-fonts/open-sans
|
||||
${PYTHON_DEPS}
|
||||
test? ( >=app-text/htmltidy-5.8.0 )"
|
||||
!offline? ( ${PYTHON_DEPS} )
|
||||
test? (
|
||||
>=dev-libs/libxml2-2.9.12
|
||||
>=app-text/htmltidy-5.8.0
|
||||
)"
|
||||
|
||||
pkg_setup() {
|
||||
use !offline && python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake OFFLINE=$(usex offline 1 0)
|
||||
|
||||
Reference in New Issue
Block a user