From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1286396-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C6CB61382C5
	for <garchives@archives.gentoo.org>; Wed, 26 May 2021 08:51:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F1043E0C5F;
	Wed, 26 May 2021 08:50:25 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 55D29E0D7A
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 May 2021 08:50:25 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1123C33BE99
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 May 2021 08:50:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5125E632
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 May 2021 08:50:22 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1622019006.ac293cdc8a63da6dde65c920b2a311df016ba089.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/net-snmp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-analyzer/net-snmp/net-snmp-5.9.1.ebuild net-analyzer/net-snmp/net-snmp-99999999.ebuild
X-VCS-Directories: net-analyzer/net-snmp/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: ac293cdc8a63da6dde65c920b2a311df016ba089
X-VCS-Branch: master
Date: Wed, 26 May 2021 08:50:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 82eb1990-7512-4b53-975b-170adb32c5de
X-Archives-Hash: cc4654fd3466f6ff805da068bd305143

commit:     ac293cdc8a63da6dde65c920b2a311df016ba089
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 26 08:50:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 26 08:50:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac293cdc

net-analyzer/net-snmp: fix ${D} usage

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/net-snmp/net-snmp-5.9.1.ebuild    | 1 -
 net-analyzer/net-snmp/net-snmp-99999999.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild
index 4f9ee76b72f..a33f94b2f9a 100644
--- a/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild
@@ -127,7 +127,6 @@ src_configure() {
 		--disable-static \
 		--enable-shared \
 		--with-default-snmp-version="3" \
-		--with-install-prefix="${D}" \
 		--with-ldflags="${LDFLAGS}" \
 		--with-logfile="/var/log/net-snmpd.log" \
 		--with-mib-modules="${mibs}" \

diff --git a/net-analyzer/net-snmp/net-snmp-99999999.ebuild b/net-analyzer/net-snmp/net-snmp-99999999.ebuild
index cdfc0eb41e7..652062a6064 100644
--- a/net-analyzer/net-snmp/net-snmp-99999999.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-99999999.ebuild
@@ -131,7 +131,6 @@ src_configure() {
 		--disable-static \
 		--enable-shared \
 		--with-default-snmp-version="3" \
-		--with-install-prefix="${D}" \
 		--with-ldflags="${LDFLAGS}" \
 		--with-logfile="/var/log/net-snmpd.log" \
 		--with-mib-modules="${mibs}" \