mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 15:28:58 -04:00
dev-games/surgescript: Fix mkdocs configuration
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
9e8f4ade5b
commit
3915bf024c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user