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 E8136139337 for ; Mon, 26 Jul 2021 22:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 388DFE092E; Mon, 26 Jul 2021 22:01:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1CE6DE092E for ; Mon, 26 Jul 2021 22:01:51 +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 01859335CF5 for ; Mon, 26 Jul 2021 22:01:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E3B6798 for ; Mon, 26 Jul 2021 22:01:48 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1627336895.85cbe1f5c3b79b60a54727ef77caef20714493d5.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsearpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild X-VCS-Directories: net-libs/libsearpc/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 85cbe1f5c3b79b60a54727ef77caef20714493d5 X-VCS-Branch: master Date: Mon, 26 Jul 2021 22:01:48 +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: 4e115e1c-4957-47e3-bde3-5b16dee25b83 X-Archives-Hash: 5874d92fe2d0125ec7df3879f39c56ce commit: 85cbe1f5c3b79b60a54727ef77caef20714493d5 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Jul 26 22:01:35 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 26 22:01:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85cbe1f5 net-libs/libsearpc: adjust comment Just adjusting a comment, as ltprune.eclass will be gone in future. No changes in ebuild. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild index c3cd310e52b..ca9505393e1 100644 --- a/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild +++ b/net-libs/libsearpc/libsearpc-3.2.0-r1.ebuild @@ -35,6 +35,6 @@ src_prepare() { src_install() { default - # Remove unnecessary .la and .a files, as recommended by ltprune.eclass + # Remove unnecessary .la and .a files find "${ED}" -name '*.la' -o -name '*.a' -delete || die }