Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
Date: Sun, 01 Jan 2023 21:10:04
Message-Id: 1672607373.b96b143c369598fab0ddbb18b3a50207a1392707.sam@gentoo
1 commit: b96b143c369598fab0ddbb18b3a50207a1392707
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 21:09:33 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 21:09:33 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96b143c
7
8 sci-calculators/bc-gh: use emake
9
10 Respects MAKEOPTS & dies on failure.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-calculators/bc-gh/bc-gh-6.2.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
18 index 3296ff1b6942..16361a1854fa 100644
19 --- a/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
20 +++ b/sci-calculators/bc-gh/bc-gh-6.2.2.ebuild
21 @@ -71,5 +71,5 @@ src_test() {
22 # locales, which might be different since the new locale files are not
23 # installed yet. (It is impossible to use uninstalled locales because of the
24 # poor design of POSIX locales.)
25 - env LANG=C LC_ALL=C make check
26 + env LANG=C LC_ALL=C emake check
27 }