diff options
author | Sam James <sam@gentoo.org> | 2021-03-01 19:06:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-01 19:06:44 +0000 |
commit | 0ad51cffc272f53e4a4fef804c218eaae395cfa6 (patch) | |
tree | aea4aaa548fae26a6bdd230e48047fbb0b359b12 /games-strategy | |
parent | xfce-extra/xfce4-kbdleds-plugin: bump to 0.2.3 (diff) | |
download | gentoo-0ad51cffc272f53e4a4fef804c218eaae395cfa6.tar.gz gentoo-0ad51cffc272f53e4a4fef804c218eaae395cfa6.tar.bz2 gentoo-0ad51cffc272f53e4a4fef804c218eaae395cfa6.zip |
games-strategy/0ad: fix makeopts_jobs typo
This is at least one issue...
Bug: https://bugs.gentoo.org/773622
Thanks-to: Emily Rowlands <emily.rowlands+gentoo@mailbox.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild index 5346f24636e3..803df28d90d6 100644 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild @@ -153,7 +153,7 @@ src_compile() { # e.g. bug #768840. cd libraries/source/spidermonkey || die elog "Building bundled SpiderMonkey (bug #768840)" - XARGS="${EPREFIX}/usr/bin/xargs" ./build.sh JOBS="-j(makeopts_jobs)" || die "Failed to build bundled SpiderMonkey" + XARGS="${EPREFIX}/usr/bin/xargs" ./build.sh JOBS="-j$(makeopts_jobs)" || die "Failed to build bundled SpiderMonkey" cd "${S}" || die # Build 0ad itself! |