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-puzzle/world-of-goo-gog/
Date: Thu, 30 Apr 2020 23:38:49
Message-Id: 1588289897.6fdb4adf6d200ec17787798b9e02ccadb684955a.chewi@gentoo
1 commit: 6fdb4adf6d200ec17787798b9e02ccadb684955a
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 23:35:23 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 23:38:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdb4adf
7
8 games-puzzle/world-of-goo-gog: Fix bad usex usage on x86
9
10 Closes: https://bugs.gentoo.org/720186
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild b/games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild
18 index 186582c1e15..28a6b68bfec 100644
19 --- a/games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild
20 +++ b/games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild
21 @@ -47,12 +47,12 @@ src_unpack() {
22
23 src_install() {
24 exeinto "${dir}"
25 - newexe data/noarch/game/${MY_PN}.bin.x86$(usex amd64 _64) ${MY_PN}.bin
26 + newexe data/noarch/game/${MY_PN}.bin.x86$(usex amd64 _64 "") ${MY_PN}.bin
27 dosym "../..${dir}"/${MY_PN}.bin /usr/bin/${PN%-*}
28
29 insinto "${dir}"
30 doins -r data/noarch/game/game/
31 - use bundled-libs && doins -r data/noarch/game/lib$(usex amd64 64)/
32 + use bundled-libs && doins -r data/noarch/game/lib$(usex amd64 64 "")/
33
34 newicon -s 256 data/noarch/game/game/gooicon.png ${PN%-*}.png
35 make_desktop_entry ${PN%-*} "World of Goo" ${PN%-*}