Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Tue, 29 Dec 2015 09:41:58
Message-Id: 1451382103.45454ed3ac591b501f27f02cdca69c6e2af23c2e.jer@gentoo
1 commit: 45454ed3ac591b501f27f02cdca69c6e2af23c2e
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 09:41:43 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 09:41:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45454ed3
7
8 mail-client/roundcube: Mark ~ppc64 (bug #567996).
9
10 Package-Manager: portage-2.2.26
11 RepoMan-Options: --ignore-arches
12
13 mail-client/roundcube/roundcube-1.1.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/mail-client/roundcube/roundcube-1.1.3.ebuild b/mail-client/roundcube/roundcube-1.1.3.ebuild
17 index c112276..2adcdae 100644
18 --- a/mail-client/roundcube/roundcube-1.1.3.ebuild
19 +++ b/mail-client/roundcube/roundcube-1.1.3.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
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 ~hppa ppc ~sparc x86"
25 +KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86"
26
27 IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
28 REQUIRED_USE="|| ( mysql postgres sqlite )"