diff options
author | Sam James <sam@gentoo.org> | 2023-01-01 21:09:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-01 21:09:33 +0000 |
commit | b96b143c369598fab0ddbb18b3a50207a1392707 (patch) | |
tree | dc2bea3f99cf641ad3838b46e83d4045dbd1d4a4 /sci-calculators/bc-gh | |
parent | sci-calculators/bc-gh: update to 6.2.2 (diff) | |
download | gentoo-b96b143c369598fab0ddbb18b3a50207a1392707.tar.gz gentoo-b96b143c369598fab0ddbb18b3a50207a1392707.tar.bz2 gentoo-b96b143c369598fab0ddbb18b3a50207a1392707.zip |
sci-calculators/bc-gh: use emake
Respects MAKEOPTS & dies on failure.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators/bc-gh')
-rw-r--r-- | sci-calculators/bc-gh/bc-gh-6.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |