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, 29 Aug 2020 03:50:29
Message-Id: 1598672985.387f1077e5fef214e7f9d371f45b8cfaa251c4dc.sam@gentoo
1 commit: 387f1077e5fef214e7f9d371f45b8cfaa251c4dc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 03:49:45 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 03:49:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387f1077
7
8 mail-client/roundcube: Stabilize 1.4.8 ALLARCHES, #736742
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 mail-client/roundcube/roundcube-1.4.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/mail-client/roundcube/roundcube-1.4.8.ebuild b/mail-client/roundcube/roundcube-1.4.8.ebuild
16 index 6d3b3ede4e4..f39bfa3d979 100644
17 --- a/mail-client/roundcube/roundcube-1.4.8.ebuild
18 +++ b/mail-client/roundcube/roundcube-1.4.8.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-co
20 # roundcube is GPL-licensed, the rest of the licenses here are
21 # for bundled PEAR components, googiespell and utf8.class.php
22 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
23 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="amd64 arm ~hppa ppc ppc64 sparc x86"
25
26 IUSE="change-password enigma ldap mysql postgres sqlite ssl spell"
27 REQUIRED_USE="|| ( mysql postgres sqlite )"