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: Sat, 27 Feb 2021 10:08:11
Message-Id: 1614420446.d26cb15e43358f6c146f5ca13c04d79fce4b783a.sam@gentoo
1 commit: d26cb15e43358f6c146f5ca13c04d79fce4b783a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 10:07:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 10:07:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26cb15e
7
8 mail-client/roundcube: Stabilize 1.4.11 ALLARCHES, #769623
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 mail-client/roundcube/roundcube-1.4.11.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/mail-client/roundcube/roundcube-1.4.11.ebuild b/mail-client/roundcube/roundcube-1.4.11.ebuild
16 index ad0082bc0ec..cb9a6709c78 100644
17 --- a/mail-client/roundcube/roundcube-1.4.11.ebuild
18 +++ b/mail-client/roundcube/roundcube-1.4.11.ebuild
19 @@ -52,7 +52,7 @@ if [[ ${PV} == *9999 ]] ; then
20 else
21 SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz"
22 S="${WORKDIR}/${MY_P}"
23 - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
24 + KEYWORDS="amd64 arm ~hppa ppc ppc64 sparc x86"
25 fi
26
27 src_unpack() {