commit: b96b143c369598fab0ddbb18b3a50207a1392707 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 1 21:09:33 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 1 21:09:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96b143c
sci-calculators/bc-gh: use emake Respects MAKEOPTS & dies on failure. Signed-off-by: Sam James <sam <AT> gentoo.org> sci-calculators/bc-gh/bc-gh-6.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild index 3296ff1b6942..16361a1854fa 100644 --- a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild +++ b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild @@ -71,5 +71,5 @@ src_test() { # locales, which might be different since the new locale files are not # installed yet. (It is impossible to use uninstalled locales because of the # poor design of POSIX locales.) - env LANG=C LC_ALL=C make check + env LANG=C LC_ALL=C emake check }