diff options
author | 2018-01-24 17:43:19 -0500 | |
---|---|---|
committer | 2018-01-24 19:38:08 -0500 | |
commit | 8809440e4b9bd6df32f22e3872f4767a7f75f233 (patch) | |
tree | 6db6dd9aacf98a58fcf357af1183ac6ec69841d7 /app-text | |
parent | dev-util/cargo: version bump to 0.24.0 (diff) | |
download | musl-8809440e4b9bd6df32f22e3872f4767a7f75f233.tar.gz musl-8809440e4b9bd6df32f22e3872f4767a7f75f233.tar.bz2 musl-8809440e4b9bd6df32f22e3872f4767a7f75f233.zip |
Remove more keywords not supported on musl
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/enchant/enchant-1.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/enchant/enchant-1.6.1.ebuild b/app-text/enchant/enchant-1.6.1.ebuild index f4e686b2..bb4dfc78 100644 --- a/app-text/enchant/enchant-1.6.1.ebuild +++ b/app-text/enchant/enchant-1.6.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/AbiWord/enchant/releases/download/${PN}-${MY_PV}/${P LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~sh ~sparc ~x86" IUSE="aspell +hunspell static-libs test zemberek" REQUIRED_USE="|| ( hunspell aspell zemberek )" |