diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-01 12:38:38 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-01 12:38:38 +0200 |
commit | bbffd24d305402fc880e0f8d933b2c415daa9087 (patch) | |
tree | 288880533edc3bc964f16614b66dbd9dce9a26d4 /mail-client | |
parent | dev-php/PEAR-Crypt_GPG: add ~ppc keyword (bug 594824). (diff) | |
download | gentoo-bbffd24d305402fc880e0f8d933b2c415daa9087.tar.gz gentoo-bbffd24d305402fc880e0f8d933b2c415daa9087.tar.bz2 gentoo-bbffd24d305402fc880e0f8d933b2c415daa9087.zip |
mail-client/roundcube: add ~ppc keyword (bug 594824).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/roundcube-1.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/roundcube/roundcube-1.2.4.ebuild b/mail-client/roundcube/roundcube-1.2.4.ebuild index 28d0cc22b0f1..4ce1abb11e78 100644 --- a/mail-client/roundcube/roundcube-1.2.4.ebuild +++ b/mail-client/roundcube/roundcube-1.2.4.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV/_/-}/${MY_P}.t # 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 ~ppc64 x86" +KEYWORDS="amd64 arm ~ppc ~ppc64 x86" IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell" REQUIRED_USE="|| ( mysql postgres sqlite )" |