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 C42AE15815E for ; Wed, 7 Feb 2024 19:20:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 500FCE2A0D; Wed, 7 Feb 2024 19:20:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2EE21E2A0C for ; Wed, 7 Feb 2024 19:20:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24212343116 for ; Wed, 7 Feb 2024 19:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 875FF1065 for ; Wed, 7 Feb 2024 19:20:29 +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: <1707333599.221488c9f1cc96972f4d5a26d04265b60a908b4b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtirpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild X-VCS-Directories: net-libs/libtirpc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 221488c9f1cc96972f4d5a26d04265b60a908b4b X-VCS-Branch: master Date: Wed, 7 Feb 2024 19:20:29 +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: 437eddd7-f3ae-44ec-aa3d-b925dffdfbbe X-Archives-Hash: b6e3af7e8ccbf63bdb1bf5acb3893859 commit: 221488c9f1cc96972f4d5a26d04265b60a908b4b Author: Eli Schwartz gmail com> AuthorDate: Wed Feb 7 06:00:29 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 7 19:19:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221488c9 net-libs/libtirpc: make sure to elibtoolize Fixes QA warning for failing to respect -frecord-gcc-switches. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild index 5ac63b344156..62c758d3a342 100644 --- a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild +++ b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic multilib-minimal usr-ldscript +inherit flag-o-matic libtool multilib-minimal usr-ldscript DESCRIPTION="Transport Independent RPC library (SunRPC replacement)" HOMEPAGE="https://sourceforge.net/projects/libtirpc/ https://git.linux-nfs.org/?p=steved/libtirpc.git" @@ -31,6 +31,7 @@ src_prepare() { cp -ra "${WORKDIR}"/tirpc "${S}"/ || die default + elibtoolize } multilib_src_configure() {