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 AA290158016 for ; Sat, 25 Sep 2021 21:59:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC577E0982; Sat, 25 Sep 2021 21:59:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBCA5E0982 for ; Sat, 25 Sep 2021 21:59:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9085D342CF0 for ; Sat, 25 Sep 2021 21:59:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7CE7111 for ; Sat, 25 Sep 2021 21:59:41 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1632607174.3e5b5d99ffad6b570a484345a642ee59a0f78f05.marecki@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-3.18.0.ebuild X-VCS-Directories: mail-client/claws-mail/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3e5b5d99ffad6b570a484345a642ee59a0f78f05 X-VCS-Branch: master Date: Sat, 25 Sep 2021 21:59:41 +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: 8d4f8616-595f-4c81-9f50-f502ba3cbf50 X-Archives-Hash: d95dc644b866e6fa07f511f4489e9991 commit: 3e5b5d99ffad6b570a484345a642ee59a0f78f05 Author: Marek Szuba gentoo org> AuthorDate: Sat Sep 25 21:29:07 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Sep 25 21:59:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5b5d99 mail-client/claws-mail: keyword 3.18.0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> mail-client/claws-mail/claws-mail-3.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/claws-mail/claws-mail-3.18.0.ebuild b/mail-client/claws-mail/claws-mail-3.18.0.ebuild index 353b92186af..5545aefe2aa 100644 --- a/mail-client/claws-mail/claws-mail-3.18.0.ebuild +++ b/mail-client/claws-mail/claws-mail-3.18.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit autotools desktop python-any-r1 xdg @@ -15,7 +15,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 arm64 ~hppa ppc ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" fi SLOT="0"