mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-doc/kicad-doc: add note on EAPI 8 usev
Need EAPI 8 here for the correct usev behaviour to avoid echoing "pdf" when we don't want it. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -56,6 +56,7 @@ src_configure() {
|
||||
# May not always work?
|
||||
# https://gitlab.com/kicad/services/kicad-doc/-/issues/808
|
||||
-DADOC_TOOLCHAIN="ASCIIDOC"
|
||||
# Note: need EAPI 8 usev here, not pre-EAPI 8 behaviour
|
||||
-DBUILD_FORMATS="$(usev html);$(usev pdf)"
|
||||
-DSINGLE_LANGUAGE="${L10N}"
|
||||
-DKICAD_DOC_PATH="${EPREFIX}"/usr/share/doc/${PF}/help
|
||||
|
||||
Reference in New Issue
Block a user