Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/
Date: Sun, 28 Feb 2021 23:04:48
Message-Id: 1614553473.343b3abeab63a4c2f02bffe46d251a5ffcffe1ab.sam@gentoo
1 commit: 343b3abeab63a4c2f02bffe46d251a5ffcffe1ab
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 22:37:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 23:04:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343b3abe
7
8 games-strategy/0ad: minor style
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
16 index d3e3cac5127..2c02a47343b 100644
17 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
18 +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
19 @@ -128,7 +128,8 @@ src_configure() {
20 --outpath="../workspaces/gcc/" \
21 --os=linux \
22 "${myconf[@]}" \
23 - gmake2 || die "Premake failed"
24 + gmake2 \
25 + || die "Premake failed"
26 }
27
28 src_compile() {
29 @@ -200,7 +201,7 @@ src_compile() {
30
31 src_test() {
32 cd binaries/system || die
33 - ./test -libdir "${S}/binaries/system" || die "test phase failed"
34 + ./test -libdir "${S}/binaries/system" || die "Failed tests"
35 }
36
37 src_install() {