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 09D351382C5 for ; Fri, 8 Jan 2021 10:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43497E0870; Fri, 8 Jan 2021 10:36:49 +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 2A80BE0870 for ; Fri, 8 Jan 2021 10:36:49 +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 3FAC03413DA for ; Fri, 8 Jan 2021 10:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D39DC53 for ; Fri, 8 Jan 2021 10:36:46 +0000 (UTC) From: "Sam James" 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" Message-ID: <1610102203.c5285bd3280fa8177191701fe3ae6aee243af27a.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.10.ebuild X-VCS-Directories: mail-client/roundcube/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5285bd3280fa8177191701fe3ae6aee243af27a X-VCS-Branch: master Date: Fri, 8 Jan 2021 10:36:46 +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: cff1f3b9-2521-4849-ac48-2ea8011ffb99 X-Archives-Hash: d1929fd3304eb5c3ad9defce2a242a6f commit: c5285bd3280fa8177191701fe3ae6aee243af27a Author: Sam James gentoo org> AuthorDate: Fri Jan 8 10:36:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 8 10:36:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5285bd3 mail-client/roundcube: Stabilize 1.4.10 ALLARCHES, #762136 Signed-off-by: Sam James gentoo.org> mail-client/roundcube/roundcube-1.4.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/roundcube/roundcube-1.4.10.ebuild b/mail-client/roundcube/roundcube-1.4.10.ebuild index 54ae74d1e86..2b983aea987 100644 --- a/mail-client/roundcube/roundcube-1.4.10.ebuild +++ b/mail-client/roundcube/roundcube-1.4.10.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 @@ -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() {