Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Fri, 08 Jan 2021 10:36:51
Message-Id: 1610102203.c5285bd3280fa8177191701fe3ae6aee243af27a.sam@gentoo
1 commit: c5285bd3280fa8177191701fe3ae6aee243af27a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 8 10:36:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 10:36:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5285bd3
7
8 mail-client/roundcube: Stabilize 1.4.10 ALLARCHES, #762136
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 mail-client/roundcube/roundcube-1.4.10.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/mail-client/roundcube/roundcube-1.4.10.ebuild b/mail-client/roundcube/roundcube-1.4.10.ebuild
16 index 54ae74d1e86..2b983aea987 100644
17 --- a/mail-client/roundcube/roundcube-1.4.10.ebuild
18 +++ b/mail-client/roundcube/roundcube-1.4.10.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -52,7 +52,7 @@ if [[ ${PV} == *9999 ]] ; then
26 else
27 SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz"
28 S="${WORKDIR}/${MY_P}"
29 - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
30 + KEYWORDS="amd64 arm ~hppa ppc ppc64 sparc x86"
31 fi
32
33 src_unpack() {