Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Fri, 27 Apr 2018 19:44:53
Message-Id: 1524858280.508cb243c3d07acb17251e4971e1e004aec5c5aa.titanofold@gentoo
1 commit: 508cb243c3d07acb17251e4971e1e004aec5c5aa
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 19:44:40 2018 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 19:44:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508cb243
7
8 mail-client/roundcube: Readd sparc keyword to 1.3.6
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 mail-client/roundcube/roundcube-1.3.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/mail-client/roundcube/roundcube-1.3.6.ebuild b/mail-client/roundcube/roundcube-1.3.6.ebuild
16 index fdb72d1c079..09b004efbf4 100644
17 --- a/mail-client/roundcube/roundcube-1.3.6.ebuild
18 +++ b/mail-client/roundcube/roundcube-1.3.6.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-compl
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 ~ppc ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
25
26 IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
27 REQUIRED_USE="|| ( mysql postgres sqlite )"