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-action/heretic2-demo/
Date: Tue, 04 May 2021 22:18:01
Message-Id: 1620166625.f1cf77ce768aa5487d606ec27a0e9a16c1c4177f.sam@gentoo
1 commit: f1cf77ce768aa5487d606ec27a0e9a16c1c4177f
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Thu Apr 29 17:23:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 22:17:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cf77ce
7
8 games-action/heretic2-demo: Fix QA_PREBUILT variable
9
10 Closes: https://bugs.gentoo.org/780723
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild b/games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild
18 index 8d869e898f2..7afa4b008c9 100644
19 --- a/games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild
20 +++ b/games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit desktop multilib unpacker wrapper
26 +inherit desktop unpacker wrapper
27
28 DESCRIPTION="Third-person classic magical action-adventure game"
29 HOMEPAGE="http://www.lokigames.com/products/heretic2/
30 @@ -24,7 +24,7 @@ RDEPEND="
31 BDEPEND="games-util/loki_patch"
32
33 dir=opt/${PN}
34 -QA_PREBUILT="${dir:1}/*"
35 +QA_PREBUILT="${dir}/*"
36 QA_TEXTRELS="opt/heretic2-demo/ref_glx.so"
37
38 src_install() {