mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 15:28:58 -04:00
dev-games/surgescript: Fix mkdoc addition
default here would override to the EAPI default function rather than the one that cmake.eclass puts as a replacement to src_compile. Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
633184c0ee
commit
c6c95198fe
@ -25,7 +25,8 @@ BDEPEND="doc? (
|
||||
dev-python/mkdocs-material )"
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
cmake_src_compile
|
||||
|
||||
if use doc; then
|
||||
mkdocs build || die "failed to make docs"
|
||||
HTML_DOCS="site"
|
||||
|
@ -25,7 +25,8 @@ BDEPEND="doc? (
|
||||
dev-python/mkdocs-material )"
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
cmake_src_compile
|
||||
|
||||
if use doc; then
|
||||
mkdocs build || die "failed to make docs"
|
||||
HTML_DOCS="site"
|
||||
|
Loading…
x
Reference in New Issue
Block a user