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-fps/etqw-bin/
Date: Tue, 04 May 2021 22:18:02
Message-Id: 1620166626.858de1f34c37493b3cd2ec6563c82817a2454eef.sam@gentoo
1 commit: 858de1f34c37493b3cd2ec6563c82817a2454eef
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon May 3 13:06:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 22:17:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858de1f3
7
8 games-fps/etqw-bin: Fix QA_PREBUILT paths
9
10 Closes: https://bugs.gentoo.org/780726
11 Closes: https://bugs.gentoo.org/780729
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild b/games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild
19 index 180c6f86e69..f13784da99a 100644
20 --- a/games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild
21 +++ b/games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild
22 @@ -32,8 +32,8 @@ BDEPEND="app-arch/unzip"
23 MY_DIR=opt/etqw
24
25 QA_PREBUILT="
26 - ${MY_DIR:1}/*.x86
27 - ${MY_DIR:1}/*.so*
28 + ${MY_DIR}/*.x86
29 + ${MY_DIR}/*.so*
30 "
31
32 src_unpack() {