summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-01 21:09:33 +0000
committerSam James <sam@gentoo.org>2023-01-01 21:09:33 +0000
commitb96b143c369598fab0ddbb18b3a50207a1392707 (patch)
treedc2bea3f99cf641ad3838b46e83d4045dbd1d4a4
parentsci-calculators/bc-gh: update to 6.2.2 (diff)
downloadgentoo-b96b143c.tar.gz
gentoo-b96b143c.tar.bz2
gentoo-b96b143c.zip
sci-calculators/bc-gh: use emake
Respects MAKEOPTS & dies on failure. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sci-calculators/bc-gh/bc-gh-6.2.2.ebuild2
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
}