Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 750290
Collapse All | Expand All

(-)/usr/portage/app-text/enchant/enchant-2.2.15-r1.ebuild (-3 / +4 lines)
Lines 11-22 Link Here
11
SLOT="2"
11
SLOT="2"
12
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
12
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
13
13
14
IUSE="aspell +hunspell test"
14
IUSE="aspell +hunspell nuspell test"
15
REQUIRED_USE="|| ( hunspell aspell )"
15
REQUIRED_USE="|| ( hunspell aspell nuspell )"
16
16
17
RDEPEND="
17
RDEPEND="
18
	>=dev-libs/glib-2.6:2
18
	>=dev-libs/glib-2.6:2
19
	aspell? ( app-text/aspell )
19
	aspell? ( app-text/aspell )
20
	nuspell? ( app-text/nuspell )
20
	hunspell? ( >=app-text/hunspell-1.2.1:0= )"
21
	hunspell? ( >=app-text/hunspell-1.2.1:0= )"
21
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
22
	test? ( >=dev-libs/unittest++-2.0.0-r2 )"
23
	test? ( >=dev-libs/unittest++-2.0.0-r2 )"
Lines 32-38 Link Here
32
		$(use_enable test relocatable) \
33
		$(use_enable test relocatable) \
33
		$(use_with aspell) \
34
		$(use_with aspell) \
34
		$(use_with hunspell) \
35
		$(use_with hunspell) \
35
		--without-nuspell \
36
		$(use_with nuspell) \
36
		--without-hspell \
37
		--without-hspell \
37
		--without-voikko \
38
		--without-voikko \
38
		--without-applespell \
39
		--without-applespell \

Return to bug 750290