mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-games/surgescript: Fix mkdocs configuration
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -27,6 +27,12 @@ IUSE="examples static-libs"
|
||||
|
||||
DOCS=( CHANGES.md README.md )
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
sed -i -e '/^strict: true$/d' -e '/^google_analytics/d' mkdocs.yml || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeoptions=(
|
||||
-DWANT_STATIC=$(usex static-libs)
|
||||
|
||||
@@ -27,6 +27,12 @@ IUSE="examples static-libs"
|
||||
|
||||
DOCS=( CHANGES.md README.md )
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
sed -i -e '/^strict: true$/d' -e '/^google_analytics/d' mkdocs.yml || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeoptions=(
|
||||
-DWANT_STATIC=$(usex static-libs)
|
||||
|
||||
Reference in New Issue
Block a user