diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2018-04-27 15:44:40 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2018-04-27 15:44:40 -0400 |
commit | 508cb243c3d07acb17251e4971e1e004aec5c5aa (patch) | |
tree | f6fad48034c62213cd56f47c53c548ceb5151705 /mail-client | |
parent | mail-client/roundcube: Bump to 1.3.6 (diff) | |
download | gentoo-508cb243c3d07acb17251e4971e1e004aec5c5aa.tar.gz gentoo-508cb243c3d07acb17251e4971e1e004aec5c5aa.tar.bz2 gentoo-508cb243c3d07acb17251e4971e1e004aec5c5aa.zip |
mail-client/roundcube: Readd sparc keyword to 1.3.6
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/roundcube-1.3.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/roundcube/roundcube-1.3.6.ebuild b/mail-client/roundcube/roundcube-1.3.6.ebuild index fdb72d1c079b..09b004efbf4a 100644 --- a/mail-client/roundcube/roundcube-1.3.6.ebuild +++ b/mail-client/roundcube/roundcube-1.3.6.ebuild @@ -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 ~sparc ~x86" IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell" REQUIRED_USE="|| ( mysql postgres sqlite )" |