commit:     e07f9d14a8af237c514a8a41b366274b8b8f23e2
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 23:00:55 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 23:02:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07f9d14

games-engines/dMagnetic: Ensure .ini file is built before installing

It was only being built by the tests.

Closes: https://bugs.gentoo.org/768087
Package-Manager: Portage-3.0.14, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-engines/dMagnetic/dMagnetic-0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-engines/dMagnetic/dMagnetic-0.30.ebuild 
b/games-engines/dMagnetic/dMagnetic-0.30.ebuild
index 198f5f04372..76297ab3de5 100644
--- a/games-engines/dMagnetic/dMagnetic-0.30.ebuild
+++ b/games-engines/dMagnetic/dMagnetic-0.30.ebuild
@@ -21,7 +21,7 @@ src_prepare() {
 }
 
 src_compile() {
-       emake ${PN} \
+       emake all \
                  CC="$(tc-getCC)" \
                  LINK="$(tc-getCC) ${LDFLAGS}"
 }

Reply via email to