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, 02 Feb 2019 10:11:22
Message-Id: 1549102231.437bd8ae13730336a3a462ee87292580cf37f0bd.slyfox@gentoo
1 commit: 437bd8ae13730336a3a462ee87292580cf37f0bd
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sat Feb 2 09:15:16 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 2 10:10:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437bd8ae
7
8 mail-client/roundcube: keyworded 1.3.8 for hppa, bug #594824
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="hppa"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 mail-client/roundcube/roundcube-1.3.8.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/mail-client/roundcube/roundcube-1.3.8.ebuild b/mail-client/roundcube/roundcube-1.3.8.ebuild
19 index f8f2785064c..18511c401a1 100644
20 --- a/mail-client/roundcube/roundcube-1.3.8.ebuild
21 +++ b/mail-client/roundcube/roundcube-1.3.8.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 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 ~hppa ppc ppc64 sparc x86"
34
35 IUSE="change-password enigma ldap managesieve mysql postgres sqlite ssl spell"
36 REQUIRED_USE="|| ( mysql postgres sqlite )"