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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78718158004 for ; Thu, 29 Feb 2024 04:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76644E29DA; Thu, 29 Feb 2024 04:59:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57841E29FF for ; Thu, 29 Feb 2024 04:59:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8124A343018 for ; Thu, 29 Feb 2024 04:59:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B4B314D7 for ; Thu, 29 Feb 2024 04:59:50 +0000 (UTC) From: "Sam James" 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" Message-ID: <1709182780.8bb47a3333e07260bc3b13ad38eae337f36fe61e.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.3-r3.ebuild net-analyzer/net-snmp/net-snmp-5.9.4.ebuild X-VCS-Directories: net-analyzer/net-snmp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8bb47a3333e07260bc3b13ad38eae337f36fe61e X-VCS-Branch: master Date: Thu, 29 Feb 2024 04:59:50 +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: c39f4dfd-3141-42cf-8930-c8c61d441c68 X-Archives-Hash: 472b3fffb8e3033d7ab03017565643cd commit: 8bb47a3333e07260bc3b13ad38eae337f36fe61e Author: Eli Schwartz gmail com> AuthorDate: Thu Feb 29 04:51:37 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 29 04:59:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb47a33 net-analyzer/net-snmp: apply missing elibtoolize Applies many patches: * Applying portage/1.2.0 patch ... * Applying sed/1.5.6 patch ... * Applying as-needed/2.4.3 patch ... * Applying specs/2.4.6 patch ... * Applying fsanitize/2.4.6 patch ... * Applying fuse-ld/2.4.6 patch ... * Applying static-flags/2.4.6 patch ... * Applying werror/2.4.6 patch ... * Applying cxx-pthread/2.4.6 patch ... * Applying color-record/2.4.6-alt patch ... * Applying ppc64le/2.4.4 patch ... Useful especially for e.g. LTO enforcement. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-analyzer/net-snmp/net-snmp-5.9.3-r3.ebuild | 3 ++- net-analyzer/net-snmp/net-snmp-5.9.4.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-analyzer/net-snmp/net-snmp-5.9.3-r3.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.3-r3.ebuild index 26332d20f449..190fd8f58816 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9.3-r3.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9.3-r3.ebuild @@ -9,7 +9,7 @@ GENTOO_DEPEND_ON_PERL=no PYTHON_COMPAT=( python3_{10..11} ) WANT_AUTOMAKE=none -inherit autotools distutils-r1 perl-module systemd +inherit autotools distutils-r1 libtool perl-module systemd DESCRIPTION="Software for generating and retrieving SNMP data" HOMEPAGE="https://www.net-snmp.org/" @@ -122,6 +122,7 @@ src_prepare() { default eautoconf + elibtoolize } src_configure() { diff --git a/net-analyzer/net-snmp/net-snmp-5.9.4.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.4.ebuild index bdb72d5cb0e3..6ac66018c501 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9.4.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9.4.ebuild @@ -9,7 +9,7 @@ GENTOO_DEPEND_ON_PERL=no PYTHON_COMPAT=( python3_{10..11} ) WANT_AUTOMAKE=none -inherit autotools distutils-r1 perl-module systemd +inherit autotools distutils-r1 libtool perl-module systemd DESCRIPTION="Software for generating and retrieving SNMP data" HOMEPAGE="https://www.net-snmp.org/" @@ -121,6 +121,7 @@ src_prepare() { default eautoconf + elibtoolize } src_configure() {