summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-04-29 18:23:02 +0100
committerSam James <sam@gentoo.org>2021-05-04 22:17:05 +0000
commitf1cf77ce768aa5487d606ec27a0e9a16c1c4177f (patch)
treef0a83ee487cccc78299f5eb6b8c2ca48195b4351 /games-action
parentdev-python/pydantic: Remove old 1.6.1 (diff)
downloadgentoo-f1cf77ce768aa5487d606ec27a0e9a16c1c4177f.tar.gz
gentoo-f1cf77ce768aa5487d606ec27a0e9a16c1c4177f.tar.bz2
gentoo-f1cf77ce768aa5487d606ec27a0e9a16c1c4177f.zip
games-action/heretic2-demo: Fix QA_PREBUILT variable
Closes: https://bugs.gentoo.org/780723 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild b/games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild
index 8d869e898f2b..7afa4b008c9e 100644
--- a/games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild
+++ b/games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit desktop multilib unpacker wrapper
+inherit desktop unpacker wrapper
DESCRIPTION="Third-person classic magical action-adventure game"
HOMEPAGE="http://www.lokigames.com/products/heretic2/
@@ -24,7 +24,7 @@ RDEPEND="
BDEPEND="games-util/loki_patch"
dir=opt/${PN}
-QA_PREBUILT="${dir:1}/*"
+QA_PREBUILT="${dir}/*"
QA_TEXTRELS="opt/heretic2-demo/ref_glx.so"
src_install() {