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 E0CFB158089 for ; Tue, 26 Sep 2023 15:31:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 338E72BC01A; Tue, 26 Sep 2023 15:31:37 +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 157A52BC01A for ; Tue, 26 Sep 2023 15:31:37 +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 1FFE3335CAF for ; Tue, 26 Sep 2023 15:31:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95B5DC3E for ; Tue, 26 Sep 2023 15:31:34 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1695742285.3350b8f28c6708dc0780b214010b8c3eec7c1a06.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/roundcube/roundcube-1.6.3.ebuild X-VCS-Directories: mail-client/roundcube/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3350b8f28c6708dc0780b214010b8c3eec7c1a06 X-VCS-Branch: master Date: Tue, 26 Sep 2023 15:31:34 +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: 647f5c8d-2c12-490b-ab45-dc31803af1cc X-Archives-Hash: b85a3e7d5e2e49f1758f48641d99bde1 commit: 3350b8f28c6708dc0780b214010b8c3eec7c1a06 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Sep 26 15:31:25 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Sep 26 15:31:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3350b8f2 mail-client/roundcube: Stabilize 1.6.3 ALLARCHES, #913653 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/roundcube/roundcube-1.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/roundcube/roundcube-1.6.3.ebuild b/mail-client/roundcube/roundcube-1.6.3.ebuild index 190b5fa07b04..f43783a9a767 100644 --- a/mail-client/roundcube/roundcube-1.6.3.ebuild +++ b/mail-client/roundcube/roundcube-1.6.3.ebuild @@ -52,7 +52,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz" S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 arm ~hppa ppc ppc64 sparc x86" fi src_unpack() {