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 BDA5813835A for ; Thu, 4 Mar 2021 11:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 170DAE0886; Thu, 4 Mar 2021 11:53:23 +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 F154CE0886 for ; Thu, 4 Mar 2021 11:53:22 +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 DDBE633FD24 for ; Thu, 4 Mar 2021 11:53:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D859573 for ; Thu, 4 Mar 2021 11:53:20 +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: <1614858798.55a882c310ec3147dae57465f46c86bfcacdd8b0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/claws-mail/claws-mail-9999.ebuild X-VCS-Directories: mail-client/claws-mail/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 55a882c310ec3147dae57465f46c86bfcacdd8b0 X-VCS-Branch: master Date: Thu, 4 Mar 2021 11:53:20 +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: 2e9d85cd-879e-4b6a-ae9b-39396c5511af X-Archives-Hash: 3e73bb15e059d3236e731a0bde2cc1d9 commit: 55a882c310ec3147dae57465f46c86bfcacdd8b0 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 4 11:53:03 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 4 11:53:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a882c3 mail-client/claws-mail: live ebuild adjustments Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> mail-client/claws-mail/claws-mail-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index c2818293f81..aca0fa2b804 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://git.claws-mail.org/readonly/claws.git" else SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi SLOT="0" @@ -109,7 +109,7 @@ PATCHES=( ) pkg_setup() { - if [[ "${PV}" == *9999 ]] && ! use gtk2 ; then + if [[ "${PV}" == 9999 ]] && ! use gtk2 ; then EGIT_BRANCH="gtk3" fi } @@ -209,7 +209,8 @@ src_install() { doexe tb2claws-mail update-po uudec uuooffice # kill useless files - rm -f "${ED}"/usr/lib*/claws-mail/plugins/*.{a,la} + find "${ED}"/usr/lib*/claws-mail/plugins/ \ + \( -name "*.a" -o -name ".la" \) -delete || die } pkg_postinst() {