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 D7FE015808B for ; Wed, 13 Apr 2022 14:37:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FD78E0992; Wed, 13 Apr 2022 14:37:14 +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 C16DCE0986 for ; Wed, 13 Apr 2022 14:37:12 +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 A0EBA341D68 for ; Wed, 13 Apr 2022 14:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0378A39F for ; Wed, 13 Apr 2022 14:37:09 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1649797047.4b47d1abe89d6d2313647424e99439a4901d2348.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 4b47d1abe89d6d2313647424e99439a4901d2348 X-VCS-Branch: master Date: Wed, 13 Apr 2022 14:37:09 +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: 49bea404-c08a-48b6-a1f8-61d98a9b10db X-Archives-Hash: 356f6d2dd0d13ca0cb321989d267e551 commit: 4b47d1abe89d6d2313647424e99439a4901d2348 Author: Philippe Chaintreuil parallaxshift com> AuthorDate: Tue Apr 12 20:55:28 2022 +0000 Commit: Florian Schmaus gentoo org> 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 }