diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-19 09:25:28 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-19 09:25:28 +0000 |
commit | 1ff4cbb45032404a2690d5dc382630c7a833f843 (patch) | |
tree | 3d35c6778e726d1e83f0ca6dc9adfaa238d99f58 /mail-client | |
parent | dev-php/PEAR-Net_LDAP3: stable 1.0.5_pre20160405 for ppc64, bug #636970 (diff) | |
download | gentoo-1ff4cbb45032404a2690d5dc382630c7a833f843.tar.gz gentoo-1ff4cbb45032404a2690d5dc382630c7a833f843.tar.bz2 gentoo-1ff4cbb45032404a2690d5dc382630c7a833f843.zip |
mail-client/roundcube: stable 1.2.7 for ppc64, bug #636970
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/roundcube-1.2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/roundcube/roundcube-1.2.7.ebuild b/mail-client/roundcube/roundcube-1.2.7.ebuild index 049722d096bd..bead793bd0e1 100644 --- a/mail-client/roundcube/roundcube-1.2.7.ebuild +++ b/mail-client/roundcube/roundcube-1.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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 x86" +KEYWORDS="amd64 arm ~ppc ppc64 x86" IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell" REQUIRED_USE="|| ( mysql postgres sqlite )" |