diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-20 13:00:35 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-20 13:15:48 +0100 |
commit | 533fc6344ad47362b7e17b919c58ee743a7cc9d7 (patch) | |
tree | 34e0b94c37824e6129e079c099c371640da2661d /mail-client/roundcube | |
parent | app-arch/dpkg: keyworded 1.19.1 for ppc64, bug #667282 (diff) | |
download | gentoo-533fc6344ad47362b7e17b919c58ee743a7cc9d7.tar.gz gentoo-533fc6344ad47362b7e17b919c58ee743a7cc9d7.tar.bz2 gentoo-533fc6344ad47362b7e17b919c58ee743a7cc9d7.zip |
mail-client/roundcube: stable 1.3.7 for ppc/ppc64, bug #666232
Tested-by: ernsteiswuerfel
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc ppc64"
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/roundcube-1.3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/roundcube/roundcube-1.3.7.ebuild b/mail-client/roundcube/roundcube-1.3.7.ebuild index 9264546f53b1..bcfc53201e2a 100644 --- a/mail-client/roundcube/roundcube-1.3.7.ebuild +++ b/mail-client/roundcube/roundcube-1.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-compl # roundcube is GPL-licensed, the rest of the licenses here are # for bundled PEAR components, googiespell and utf8.class.php LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain" -KEYWORDS="amd64 arm ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 arm ppc ppc64 sparc x86" IUSE="change-password enigma ldap managesieve mysql postgres sqlite ssl spell" REQUIRED_USE="|| ( mysql postgres sqlite )" |