From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1255732-garchives=archives.gentoo.org@lists.gentoo.org>
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 388FE1382C5
	for <garchives@archives.gentoo.org>; Sat, 27 Feb 2021 10:08:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7E11FE0917;
	Sat, 27 Feb 2021 10:08:10 +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-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6A12BE0917
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Feb 2021 10:08:10 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 BE580341114
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Feb 2021 10:07:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 280A54DC
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Feb 2021 10:07:49 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1614420446.d26cb15e43358f6c146f5ca13c04d79fce4b783a.sam@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.4.11.ebuild
X-VCS-Directories: mail-client/roundcube/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: d26cb15e43358f6c146f5ca13c04d79fce4b783a
X-VCS-Branch: master
Date: Sat, 27 Feb 2021 10:07:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a55e36df-4ab9-4d7c-90df-df8f529d9aa3
X-Archives-Hash: 3764b1cfa5c442aebe88e1f1290a83c7

commit:     d26cb15e43358f6c146f5ca13c04d79fce4b783a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 10:07:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 10:07:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26cb15e

mail-client/roundcube: Stabilize 1.4.11 ALLARCHES, #769623

Signed-off-by: Sam James <sam <AT> gentoo.org>

 mail-client/roundcube/roundcube-1.4.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/roundcube/roundcube-1.4.11.ebuild b/mail-client/roundcube/roundcube-1.4.11.ebuild
index ad0082bc0ec..cb9a6709c78 100644
--- a/mail-client/roundcube/roundcube-1.4.11.ebuild
+++ b/mail-client/roundcube/roundcube-1.4.11.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() {