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 2D2DE15808B for ; Tue, 12 Apr 2022 20:58:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5D4CE0965; Tue, 12 Apr 2022 20:58:08 +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 4D9A6E0965 for ; Tue, 12 Apr 2022 20:58:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BC9E2341AD9 for ; Tue, 12 Apr 2022 20:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B7132B0 for ; Tue, 12 Apr 2022 20:58:02 +0000 (UTC) From: "Philippe Chaintreuil" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Philippe Chaintreuil" Message-ID: <1649797047.4b47d1abe89d6d2313647424e99439a4901d2348.gentoo_bugs_peep@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-mail/dovecot-fts-xapian/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild X-VCS-Directories: net-mail/dovecot-fts-xapian/ X-VCS-Committer: gentoo_bugs_peep X-VCS-Committer-Name: Philippe Chaintreuil X-VCS-Revision: 4b47d1abe89d6d2313647424e99439a4901d2348 X-VCS-Branch: dev Date: Tue, 12 Apr 2022 20:58:02 +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: e4e066f1-5639-49ca-b581-8e6f53de94f9 X-Archives-Hash: d0d1f89e1905c046b36daec2362ab973 commit: 4b47d1abe89d6d2313647424e99439a4901d2348 Author: Philippe Chaintreuil parallaxshift com> AuthorDate: Tue Apr 12 20:55:28 2022 +0000 Commit: Philippe Chaintreuil parallaxshift com> CommitDate: Tue Apr 12 20:57:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b47d1ab net-mail/dovecot-fts-xapian: Apply fixes to *.la delete cmd Addressing: * https://github.com/gentoo/guru/commit/364d654560cc6d0c00e45dcfbd4ee2cf0c0d4f7c#r71134205 * https://github.com/gentoo/guru/commit/364d654560cc6d0c00e45dcfbd4ee2cf0c0d4f7c#r71138913 Signed-off-by: Philippe Chaintreuil parallaxshift.com> net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild index c712bd683..2949d81cb 100644 --- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild +++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.2.ebuild @@ -38,5 +38,5 @@ src_configure() { src_install() { default - use static-libs || find "${ED}" -name '*.la' -delete + find "${ED}" -name '*.la' -delete || die }