Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/dMagnetic/
Date: Sun, 31 Jan 2021 23:02:30
Message-Id: 1612134128.e07f9d14a8af237c514a8a41b366274b8b8f23e2.chewi@gentoo
1 commit: e07f9d14a8af237c514a8a41b366274b8b8f23e2
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 23:00:55 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 23:02:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07f9d14
7
8 games-engines/dMagnetic: Ensure .ini file is built before installing
9
10 It was only being built by the tests.
11
12 Closes: https://bugs.gentoo.org/768087
13 Package-Manager: Portage-3.0.14, Repoman-3.0.1
14 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
15
16 games-engines/dMagnetic/dMagnetic-0.30.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/games-engines/dMagnetic/dMagnetic-0.30.ebuild b/games-engines/dMagnetic/dMagnetic-0.30.ebuild
20 index 198f5f04372..76297ab3de5 100644
21 --- a/games-engines/dMagnetic/dMagnetic-0.30.ebuild
22 +++ b/games-engines/dMagnetic/dMagnetic-0.30.ebuild
23 @@ -21,7 +21,7 @@ src_prepare() {
24 }
25
26 src_compile() {
27 - emake ${PN} \
28 + emake all \
29 CC="$(tc-getCC)" \
30 LINK="$(tc-getCC) ${LDFLAGS}"
31 }