From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 37DCE138359 for ; Sun, 16 Aug 2020 09:36:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BB67E07D8; Sun, 16 Aug 2020 09:36:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 43C7DE07D8 for ; Sun, 16 Aug 2020 09:36:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5C18E34EF18 for ; Sun, 16 Aug 2020 09:36:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6B98319 for ; Sun, 16 Aug 2020 09:36:20 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1597570578.59329daf28a1f971ab369f50c078b44d426d9c5a.jer@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-99999999.ebuild X-VCS-Directories: net-analyzer/net-snmp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 59329daf28a1f971ab369f50c078b44d426d9c5a X-VCS-Branch: master Date: Sun, 16 Aug 2020 09:36:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e61766b1-26b7-4282-acf8-0fe0f8a2441f X-Archives-Hash: 0adc23b0cbf0341706427c453d5c842a commit: 59329daf28a1f971ab369f50c078b44d426d9c5a Author: Jeroen Roovers gentoo org> AuthorDate: Sun Aug 16 09:35:23 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Aug 16 09:36:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59329daf net-analyzer/net-snmp: Update live ebuild Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/net-snmp/net-snmp-99999999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-analyzer/net-snmp/net-snmp-99999999.ebuild b/net-analyzer/net-snmp/net-snmp-99999999.ebuild index b3478934c9a..638e5357bb1 100644 --- a/net-analyzer/net-snmp/net-snmp-99999999.ebuild +++ b/net-analyzer/net-snmp/net-snmp-99999999.ebuild @@ -143,6 +143,8 @@ src_configure() { } src_compile() { + emake sedscript + local subdir for subdir in snmplib agent/mibgroup agent apps .; do emake OTHERLDFLAGS="${LDFLAGS}" -C ${subdir} all