Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Mon, 15 Oct 2018 18:12:21
Message-Id: 1539626869.12b858d7430ccb4b3e07c583cbac2e6f646f82fb.maekke@gentoo
1 commit: 12b858d7430ccb4b3e07c583cbac2e6f646f82fb
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 18:07:49 2018 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 18:07:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b858d7
7
8 mail-client/roundcube: arm stable, bug #666232
9
10 Signed-off-by: Markus Meier <maekke <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12 RepoMan-Options: --include-arches="arm"
13
14 mail-client/roundcube/roundcube-1.3.7.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/mail-client/roundcube/roundcube-1.3.7.ebuild b/mail-client/roundcube/roundcube-1.3.7.ebuild
18 index 034e4959c8e..9264546f53b 100644
19 --- a/mail-client/roundcube/roundcube-1.3.7.ebuild
20 +++ b/mail-client/roundcube/roundcube-1.3.7.ebuild
21 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-compl
22 # roundcube is GPL-licensed, the rest of the licenses here are
23 # for bundled PEAR components, googiespell and utf8.class.php
24 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
25 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 sparc x86"
26 +KEYWORDS="amd64 arm ~ppc ~ppc64 sparc x86"
27
28 IUSE="change-password enigma ldap managesieve mysql postgres sqlite ssl spell"
29 REQUIRED_USE="|| ( mysql postgres sqlite )"