diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-10-21 13:34:05 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-10-21 13:35:54 -0700 |
commit | 87194aad4cf46d92af5e3e8575a11c812fff45b5 (patch) | |
tree | a850bb49229c48aaf7b0b1d409d9125918ae2f21 /app-text/enchant | |
parent | x11-misc/xdg-utils: Drop old (diff) | |
download | gentoo-87194aad4cf46d92af5e3e8575a11c812fff45b5.tar.gz gentoo-87194aad4cf46d92af5e3e8575a11c812fff45b5.tar.bz2 gentoo-87194aad4cf46d92af5e3e8575a11c812fff45b5.zip |
*/*: Remove some ~amd64-fbsd ~x86-fbsd keywords
These were from a pull request that rotted for a month.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text/enchant')
-rw-r--r-- | app-text/enchant/enchant-2.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/enchant/enchant-2.2.4.ebuild b/app-text/enchant/enchant-2.2.4.ebuild index b9445634e884..f4146b3a703c 100644 --- a/app-text/enchant/enchant-2.2.4.ebuild +++ b/app-text/enchant/enchant-2.2.4.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0/2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="aspell +hunspell static-libs test" REQUIRED_USE="|| ( hunspell aspell )" |