From f1cf77ce768aa5487d606ec27a0e9a16c1c4177f Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Thu, 29 Apr 2021 18:23:02 +0100 Subject: games-action/heretic2-demo: Fix QA_PREBUILT variable Closes: https://bugs.gentoo.org/780723 Signed-off-by: Jakov Smolic Signed-off-by: Sam James --- games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-action') 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() { -- cgit v1.2.3-65-gdbad