Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Sat, 20 Oct 2018 12:16:11
Message-Id: 1540037748.533fc6344ad47362b7e17b919c58ee743a7cc9d7.slyfox@gentoo
1 commit: 533fc6344ad47362b7e17b919c58ee743a7cc9d7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 12:00:35 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 12:15:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533fc634
7
8 mail-client/roundcube: stable 1.3.7 for ppc/ppc64, bug #666232
9
10 Tested-by: ernsteiswuerfel
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13 RepoMan-Options: --include-arches="ppc ppc64"
14
15 mail-client/roundcube/roundcube-1.3.7.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/mail-client/roundcube/roundcube-1.3.7.ebuild b/mail-client/roundcube/roundcube-1.3.7.ebuild
19 index 9264546f53b..bcfc53201e2 100644
20 --- a/mail-client/roundcube/roundcube-1.3.7.ebuild
21 +++ b/mail-client/roundcube/roundcube-1.3.7.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-compl
29 # roundcube is GPL-licensed, the rest of the licenses here are
30 # for bundled PEAR components, googiespell and utf8.class.php
31 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
32 -KEYWORDS="amd64 arm ~ppc ~ppc64 sparc x86"
33 +KEYWORDS="amd64 arm ppc ppc64 sparc x86"
34
35 IUSE="change-password enigma ldap managesieve mysql postgres sqlite ssl spell"
36 REQUIRED_USE="|| ( mysql postgres sqlite )"