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:
Haelwenn (lanodan) Monnier 2020-04-11 00:58:38 +02:00
parent 633184c0ee
commit c6c95198fe
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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"