Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/net-snmp/
Date: Wed, 26 May 2021 08:51:20
Message-Id: 1622019006.ac293cdc8a63da6dde65c920b2a311df016ba089.sam@gentoo
1 commit: ac293cdc8a63da6dde65c920b2a311df016ba089
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 26 08:50:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 08:50:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac293cdc
7
8 net-analyzer/net-snmp: fix ${D} usage
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/net-snmp/net-snmp-5.9.1.ebuild | 1 -
13 net-analyzer/net-snmp/net-snmp-99999999.ebuild | 1 -
14 2 files changed, 2 deletions(-)
15
16 diff --git a/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild
17 index 4f9ee76b72f..a33f94b2f9a 100644
18 --- a/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild
19 +++ b/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild
20 @@ -127,7 +127,6 @@ src_configure() {
21 --disable-static \
22 --enable-shared \
23 --with-default-snmp-version="3" \
24 - --with-install-prefix="${D}" \
25 --with-ldflags="${LDFLAGS}" \
26 --with-logfile="/var/log/net-snmpd.log" \
27 --with-mib-modules="${mibs}" \
28
29 diff --git a/net-analyzer/net-snmp/net-snmp-99999999.ebuild b/net-analyzer/net-snmp/net-snmp-99999999.ebuild
30 index cdfc0eb41e7..652062a6064 100644
31 --- a/net-analyzer/net-snmp/net-snmp-99999999.ebuild
32 +++ b/net-analyzer/net-snmp/net-snmp-99999999.ebuild
33 @@ -131,7 +131,6 @@ src_configure() {
34 --disable-static \
35 --enable-shared \
36 --with-default-snmp-version="3" \
37 - --with-install-prefix="${D}" \
38 --with-ldflags="${LDFLAGS}" \
39 --with-logfile="/var/log/net-snmpd.log" \
40 --with-mib-modules="${mibs}" \