mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -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 )
|
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() {
|
src_configure() {
|
||||||
local mycmakeoptions=(
|
local mycmakeoptions=(
|
||||||
-DWANT_STATIC=$(usex static-libs)
|
-DWANT_STATIC=$(usex static-libs)
|
||||||
|
|||||||
@@ -27,6 +27,12 @@ IUSE="examples static-libs"
|
|||||||
|
|
||||||
DOCS=( CHANGES.md README.md )
|
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() {
|
src_configure() {
|
||||||
local mycmakeoptions=(
|
local mycmakeoptions=(
|
||||||
-DWANT_STATIC=$(usex static-libs)
|
-DWANT_STATIC=$(usex static-libs)
|
||||||
|
|||||||
Reference in New Issue
Block a user