diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-02-02 10:15:16 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-02 10:10:31 +0000 |
commit | 437bd8ae13730336a3a462ee87292580cf37f0bd (patch) | |
tree | b494a15342e0b0128556e791e6256cd6346004e3 /mail-client/roundcube | |
parent | dev-python/typed-ast: keyworded 1.2.0 for sparc, bug #677026 (diff) | |
download | gentoo-437bd8ae13730336a3a462ee87292580cf37f0bd.tar.gz gentoo-437bd8ae13730336a3a462ee87292580cf37f0bd.tar.bz2 gentoo-437bd8ae13730336a3a462ee87292580cf37f0bd.zip |
mail-client/roundcube: keyworded 1.3.8 for hppa, bug #594824
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/roundcube-1.3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/roundcube/roundcube-1.3.8.ebuild b/mail-client/roundcube/roundcube-1.3.8.ebuild index f8f2785064cc..18511c401a1e 100644 --- a/mail-client/roundcube/roundcube-1.3.8.ebuild +++ b/mail-client/roundcube/roundcube-1.3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 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 ~hppa ppc ppc64 sparc x86" IUSE="change-password enigma ldap managesieve mysql postgres sqlite ssl spell" REQUIRED_USE="|| ( mysql postgres sqlite )" |