Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/
Date: Mon, 28 Oct 2019 14:43:45
Message-Id: 1572272080.cfbbadcea6d491921b4ae681c36010084af6c990.juippis@gentoo
1 commit: cfbbadcea6d491921b4ae681c36010084af6c990
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Thu Oct 24 21:10:15 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 14:14:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbbadce
7
8 games-simulation/openrct2: fixed QA warning about docpath
9
10 Closes: https://bugs.gentoo.org/692744
11 Package-Manager: Portage-2.3.78, Repoman-2.3.17
12 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 games-simulation/openrct2/openrct2-0.2.1.ebuild | 3 ++-
16 games-simulation/openrct2/openrct2-9999.ebuild | 1 +
17 2 files changed, 3 insertions(+), 1 deletion(-)
18
19 diff --git a/games-simulation/openrct2/openrct2-0.2.1.ebuild b/games-simulation/openrct2/openrct2-0.2.1.ebuild
20 index 95681d9a2ce..d8620527030 100644
21 --- a/games-simulation/openrct2/openrct2-0.2.1.ebuild
22 +++ b/games-simulation/openrct2/openrct2-0.2.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -83,6 +83,7 @@ src_prepare() {
30
31 src_configure() {
32 local mycmakeargs=(
33 + -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
34 -DDISABLE_HTTP_TWITCH="$(usex !twitch)"
35 -DDISABLE_NETWORK="$(usex !multiplayer)"
36 -DDISABLE_OPENGL="$(usex !opengl)"
37
38 diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild
39 index 36be8a5dcec..cb037d692f2 100644
40 --- a/games-simulation/openrct2/openrct2-9999.ebuild
41 +++ b/games-simulation/openrct2/openrct2-9999.ebuild
42 @@ -79,6 +79,7 @@ src_prepare() {
43
44 src_configure() {
45 local mycmakeargs=(
46 + -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
47 -DDISABLE_HTTP_TWITCH="$(usex !twitch)"
48 -DDISABLE_NETWORK="$(usex !multiplayer)"
49 -DDISABLE_OPENGL="$(usex !opengl)"