Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/greenbone-security-assistant/
Date: Sat, 08 Feb 2020 17:06:21
Message-Id: 1581181531.ef275ceadd3c4b70095dfb7aca63b8ce31e0e700.soap@gentoo
1 commit: ef275ceadd3c4b70095dfb7aca63b8ce31e0e700
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 17:05:31 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 17:05:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef275cea
7
8 net-analyzer/greenbone-security-assistant: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../greenbone-security-assistant-8.0.1-r1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-8.0.1-r1.ebuild b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-8.0.1-r1.ebuild
16 index ed0bcabf18f..d616891de50 100644
17 --- a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-8.0.1-r1.ebuild
18 +++ b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-8.0.1-r1.ebuild
19 @@ -85,7 +85,6 @@ src_prepare() {
20
21 src_configure() {
22 local mycmakeargs=(
23 - "-DCMAKE_INSTALL_PREFIX=${EPREFIX}/usr"
24 "-DLOCALSTATEDIR=${EPREFIX}/var"
25 "-DSYSCONFDIR=${EPREFIX}/etc"
26 )