summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-10 13:52:05 +0000
committerSam James <sam@gentoo.org>2021-01-10 13:52:12 +0000
commit3932453584695316bd3b39b6325803fd3043b711 (patch)
tree8558ed90486429cda22f4f21ee44ab1459e0ae87
parentapp-admin/terraform: bump to 0.14.4 (diff)
downloadgentoo-3932453584695316bd3b39b6325803fd3043b711.tar.gz
gentoo-3932453584695316bd3b39b6325803fd3043b711.tar.bz2
gentoo-3932453584695316bd3b39b6325803fd3043b711.zip
app-text/enchant: fix econf argument
Closes: https://bugs.gentoo.org/764812 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-text/enchant/enchant-2.2.15-r1.ebuild (renamed from app-text/enchant/enchant-2.2.15.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/enchant/enchant-2.2.15.ebuild b/app-text/enchant/enchant-2.2.15-r1.ebuild
index 077139d3fce4..5edd33bfc2be 100644
--- a/app-text/enchant/enchant-2.2.15.ebuild
+++ b/app-text/enchant/enchant-2.2.15-r1.ebuild
@@ -29,7 +29,7 @@ src_configure() {
econf \
--datadir="${EPREFIX}"/usr/share/enchant-2 \
--disable-static \
- $(use_enable test relocatable)
+ $(use_enable test relocatable) \
$(use_with aspell) \
$(use_with hunspell) \
--without-nuspell \