--- /usr/portage/app-text/enchant/enchant-2.2.15-r1.ebuild 2021-01-10 09:09:27.000000000 -0500 +++ /usr/local/portage/app-text/enchant/enchant-2.2.15-r999.ebuild 2021-01-11 00:53:29.327528088 -0500 @@ -11,12 +11,13 @@ SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="aspell +hunspell test" -REQUIRED_USE="|| ( hunspell aspell )" +IUSE="aspell +hunspell nuspell test" +REQUIRED_USE="|| ( hunspell aspell nuspell )" RDEPEND=" >=dev-libs/glib-2.6:2 aspell? ( app-text/aspell ) + nuspell? ( app-text/nuspell ) hunspell? ( >=app-text/hunspell-1.2.1:0= )" DEPEND="${RDEPEND} test? ( >=dev-libs/unittest++-2.0.0-r2 )" @@ -32,7 +33,7 @@ $(use_enable test relocatable) \ $(use_with aspell) \ $(use_with hunspell) \ - --without-nuspell \ + $(use_with nuspell) \ --without-hspell \ --without-voikko \ --without-applespell \