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: Wed, 17 Aug 2022 04:04:27
Message-Id: 1660709031.b198c79a3179ff4bb5c430c1076250a9a7a91ebd.sam@gentoo
1 commit: b198c79a3179ff4bb5c430c1076250a9a7a91ebd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 04:03:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 04:03:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b198c79a
7
8 mail-client/roundcube: Stabilize 1.5.2 ALLARCHES, #830889
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 mail-client/roundcube/roundcube-1.5.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/mail-client/roundcube/roundcube-1.5.2.ebuild b/mail-client/roundcube/roundcube-1.5.2.ebuild
16 index e63578dfa2c6..2ab9bf1c45f8 100644
17 --- a/mail-client/roundcube/roundcube-1.5.2.ebuild
18 +++ b/mail-client/roundcube/roundcube-1.5.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 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() {