Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgaminggear/
Date: Sat, 08 Feb 2020 17:06:19
Message-Id: 1581181516.6ad43de625c29ab8439be820a8b081405c485506.soap@gentoo
1 commit: 6ad43de625c29ab8439be820a8b081405c485506
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 17:05:16 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 17:05:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad43de6
7
8 dev-libs/libgaminggear: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild b/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild
16 index 40164dbc61b..ce042cf9a60 100644
17 --- a/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild
18 +++ b/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild
19 @@ -46,7 +46,6 @@ src_prepare() {
20
21 src_configure() {
22 mycmakeargs=(
23 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}"/usr
24 -DWITH_DOC="$(usex doc)"
25 )
26 cmake_src_configure