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 E1F8E15AD33 for ; Fri, 12 May 2023 20:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78D6BE092B; Fri, 12 May 2023 20:47:07 +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 518F2E092B for ; Fri, 12 May 2023 20:47:07 +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 458FF340E3F for ; Fri, 12 May 2023 20:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4EB9A8C for ; Fri, 12 May 2023 20:37:17 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1683923819.c2a12b452897e1fc27cc074c252c6995cbec4511.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/centerim/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/centerim/centerim-5.0.1-r2.ebuild X-VCS-Directories: net-im/centerim/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: c2a12b452897e1fc27cc074c252c6995cbec4511 X-VCS-Branch: master Date: Fri, 12 May 2023 20:37:17 +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: e744422a-48b4-49d0-a44c-fab9ddc3db1a X-Archives-Hash: 0eba6fa290e4b1de660af4eb922128a4 commit: c2a12b452897e1fc27cc074c252c6995cbec4511 Author: Sven Wegener gentoo org> AuthorDate: Fri May 12 20:36:43 2023 +0000 Commit: Sven Wegener gentoo org> CommitDate: Fri May 12 20:36:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a12b45 net-im/centerim: remove .la files, bug #848750 Closes: https://bugs.gentoo.org/848750 Signed-off-by: Sven Wegener gentoo.org> net-im/centerim/centerim-5.0.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/centerim/centerim-5.0.1-r2.ebuild b/net-im/centerim/centerim-5.0.1-r2.ebuild index 8790466ab8df..1b0105e0b4fd 100644 --- a/net-im/centerim/centerim-5.0.1-r2.ebuild +++ b/net-im/centerim/centerim-5.0.1-r2.ebuild @@ -33,7 +33,7 @@ src_configure() { src_install() { emake DESTDIR="${D}" install - rm -f "${ED}"/usr/lib*/libcppconsui.{a,la} + find "${ED}" -name '*.la' -delete || die dodoc AUTHORS HACKING NEWS README TODO }