Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Thu, 14 May 2020 21:29:47
Message-Id: 1589491772.691e94397bff4a9ff88f4aeaf3e6c5182c0f8d9b.whissi@gentoo
1 commit: 691e94397bff4a9ff88f4aeaf3e6c5182c0f8d9b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 21:25:37 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 21:29:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691e9439
7
8 mail-client/roundcube: x86 stable (bug #720876)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 mail-client/roundcube/roundcube-1.3.11.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/mail-client/roundcube/roundcube-1.3.11.ebuild b/mail-client/roundcube/roundcube-1.3.11.ebuild
17 index af45b42575c..cb1c8e78a57 100644
18 --- a/mail-client/roundcube/roundcube-1.3.11.ebuild
19 +++ b/mail-client/roundcube/roundcube-1.3.11.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-compl
21 # roundcube is GPL-licensed, the rest of the licenses here are
22 # for bundled PEAR components, googiespell and utf8.class.php
23 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
24 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
25 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
26
27 IUSE="change-password enigma ldap managesieve mysql postgres sqlite ssl spell"
28 REQUIRED_USE="|| ( mysql postgres sqlite )"