commit: 3932453584695316bd3b39b6325803fd3043b711 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 10 13:52:05 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 10 13:52:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39324535
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 <AT> gentoo.org> app-text/enchant/{enchant-2.2.15.ebuild => enchant-2.2.15-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/enchant/enchant-2.2.15.ebuild b/app-text/enchant/enchant-2.2.15-r1.ebuild similarity index 97% rename from app-text/enchant/enchant-2.2.15.ebuild rename to app-text/enchant/enchant-2.2.15-r1.ebuild index 077139d3fce..5edd33bfc2b 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 \
