summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-10-24 23:10:15 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-10-28 16:14:40 +0200
commitcfbbadcea6d491921b4ae681c36010084af6c990 (patch)
treebc30e281a5ba27e623cf04bec21c24ba9ead28f0 /games-simulation/openrct2
parentapp-misc/graphlcd-base: drop old version (diff)
downloadgentoo-cfbbadcea6d491921b4ae681c36010084af6c990.tar.gz
gentoo-cfbbadcea6d491921b4ae681c36010084af6c990.tar.bz2
gentoo-cfbbadcea6d491921b4ae681c36010084af6c990.zip
games-simulation/openrct2: fixed QA warning about docpath
Closes: https://bugs.gentoo.org/692744 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-simulation/openrct2')
-rw-r--r--games-simulation/openrct2/openrct2-0.2.1.ebuild3
-rw-r--r--games-simulation/openrct2/openrct2-9999.ebuild1
2 files changed, 3 insertions, 1 deletions
diff --git a/games-simulation/openrct2/openrct2-0.2.1.ebuild b/games-simulation/openrct2/openrct2-0.2.1.ebuild
index 95681d9a2ce6..d8620527030b 100644
--- a/games-simulation/openrct2/openrct2-0.2.1.ebuild
+++ b/games-simulation/openrct2/openrct2-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -83,6 +83,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
-DDISABLE_HTTP_TWITCH="$(usex !twitch)"
-DDISABLE_NETWORK="$(usex !multiplayer)"
-DDISABLE_OPENGL="$(usex !opengl)"
diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild
index 36be8a5dcec7..cb037d692f2a 100644
--- a/games-simulation/openrct2/openrct2-9999.ebuild
+++ b/games-simulation/openrct2/openrct2-9999.ebuild
@@ -79,6 +79,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
-DDISABLE_HTTP_TWITCH="$(usex !twitch)"
-DDISABLE_NETWORK="$(usex !multiplayer)"
-DDISABLE_OPENGL="$(usex !opengl)"