Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Sat, 01 Apr 2017 10:02:35
Message-Id: 1491040911.76d6ce457981b2e1ce88f3af73696d97d5f09c3a.xmw@gentoo
1 commit: 76d6ce457981b2e1ce88f3af73696d97d5f09c3a
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 10:01:51 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:01:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d6ce45
7
8 mail-client/roundcube: add ~ppc64 keyword (bug 594824).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
12
13 mail-client/roundcube/roundcube-1.2.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/mail-client/roundcube/roundcube-1.2.4.ebuild b/mail-client/roundcube/roundcube-1.2.4.ebuild
17 index 3666f7f0c46..28d0cc22b0f 100644
18 --- a/mail-client/roundcube/roundcube-1.2.4.ebuild
19 +++ b/mail-client/roundcube/roundcube-1.2.4.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV/_/-}/${MY_P}.t
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 x86"
25 +KEYWORDS="amd64 arm ~ppc64 x86"
26
27 IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
28 REQUIRED_USE="|| ( mysql postgres sqlite )"