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 78534138334 for ; Wed, 16 Oct 2019 08:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFFD4E093E; Wed, 16 Oct 2019 08:00:25 +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 967BBE093E for ; Wed, 16 Oct 2019 08:00: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 F103B34BF08 for ; Wed, 16 Oct 2019 08:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2FC37FF for ; Wed, 16 Oct 2019 08:00:21 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1571212602.97813a708640cbbae3fb7f5c1dbfce51aa090997.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sudo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/sudo/sudo-1.8.28-r1.ebuild app-admin/sudo/sudo-1.8.28.ebuild X-VCS-Directories: app-admin/sudo/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 97813a708640cbbae3fb7f5c1dbfce51aa090997 X-VCS-Branch: master Date: Wed, 16 Oct 2019 08:00:21 +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: fe042440-3a15-4ea8-9c5a-139c78a9bebc X-Archives-Hash: a71b5c66597de3576615a865087a889a commit: 97813a708640cbbae3fb7f5c1dbfce51aa090997 Author: Lars Wendler gentoo org> AuthorDate: Wed Oct 16 07:56:42 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Oct 16 07:56:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97813a70 app-admin/sudo: Revbump to remove .la files Closes: https://bugs.gentoo.org/697812 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> app-admin/sudo/{sudo-1.8.28.ebuild => sudo-1.8.28-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-admin/sudo/sudo-1.8.28.ebuild b/app-admin/sudo/sudo-1.8.28-r1.ebuild similarity index 99% rename from app-admin/sudo/sudo-1.8.28.ebuild rename to app-admin/sudo/sudo-1.8.28-r1.ebuild index 6ed637395f3..cc3f2822c61 100644 --- a/app-admin/sudo/sudo-1.8.28.ebuild +++ b/app-admin/sudo/sudo-1.8.28-r1.ebuild @@ -200,6 +200,8 @@ src_install() { # Don't install into /run as that is a tmpfs most of the time # (bug #504854) rm -rf "${ED}"/run + + find "${ED}" -type f -name "*.la" -delete || die #697812 } pkg_postinst() {