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 4B19E15ACFD for ; Fri, 5 May 2023 04:13:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72F75E0972; Fri, 5 May 2023 04:13:55 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55B75E0977 for ; Fri, 5 May 2023 04:13:55 +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 66829341373 for ; Fri, 5 May 2023 04:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A23A5A68 for ; Fri, 5 May 2023 04:13:51 +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: <1683260002.94f0aaa70d2d7932964b54dc3ede833255783772.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/alsa-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/alsa-plugins/alsa-plugins-1.2.7.1-r1.ebuild X-VCS-Directories: media-plugins/alsa-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 94f0aaa70d2d7932964b54dc3ede833255783772 X-VCS-Branch: master Date: Fri, 5 May 2023 04:13:51 +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: 8d73087c-3634-4605-8fa1-1bd08255bfae X-Archives-Hash: 280b5c34e7e1462787626b818b2eb5fa commit: 94f0aaa70d2d7932964b54dc3ede833255783772 Author: Sam James gentoo org> AuthorDate: Fri May 5 04:13:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 5 04:13:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f0aaa7 media-plugins/alsa-plugins: tidy up static libs removal No need now we have --disable-static by default w/ EAPI 8. Closes: https://bugs.gentoo.org/900863 Signed-off-by: Sam James gentoo.org> media-plugins/alsa-plugins/alsa-plugins-1.2.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/alsa-plugins/alsa-plugins-1.2.7.1-r1.ebuild b/media-plugins/alsa-plugins/alsa-plugins-1.2.7.1-r1.ebuild index 77f18656e232..418a9a31f64d 100644 --- a/media-plugins/alsa-plugins/alsa-plugins-1.2.7.1-r1.ebuild +++ b/media-plugins/alsa-plugins/alsa-plugins-1.2.7.1-r1.ebuild @@ -97,7 +97,7 @@ multilib_src_install_all() { /etc/alsa/conf.d/51-pulseaudio-probe.conf fi - find "${ED}" -type f \( -name '*.a' -o -name '*.la' \) -delete || die + find "${ED}" -type f -name '*.la' -delete || die } pkg_postinst() {