Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/supermariowar/
Date: Sat, 08 Feb 2020 17:06:18
Message-Id: 1581181522.a5ab70edd213c2dfb0a117b16cc14f1422513385.soap@gentoo
1 commit: a5ab70edd213c2dfb0a117b16cc14f1422513385
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 17:05:22 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 17:05:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ab70ed
7
8 games-action/supermariowar: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
16 index d78992bbd8a..826d4507de7 100644
17 --- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
18 +++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
19 @@ -49,7 +49,6 @@ src_prepare() {
20 src_configure() {
21 local mycmakeargs=(
22 -DBUILD_STATIC_LIBS=OFF
23 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
24 -DSMW_BINDIR="${EPREFIX}/usr/bin"
25 -DSMW_DATADIR="${EPREFIX}/usr/share/${PF}"
26 )