summaryrefslogtreecommitdiff
path: root/games-emulation/zsnes/zsnes-1.51-r7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/zsnes/zsnes-1.51-r7.ebuild')
-rw-r--r--games-emulation/zsnes/zsnes-1.51-r7.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games-emulation/zsnes/zsnes-1.51-r7.ebuild b/games-emulation/zsnes/zsnes-1.51-r7.ebuild
index 9613a4888e85..e8b016a8b054 100644
--- a/games-emulation/zsnes/zsnes-1.51-r7.ebuild
+++ b/games-emulation/zsnes/zsnes-1.51-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -105,6 +105,9 @@ src_compile() {
}
src_install() {
+ # Uses pic-unfriendly assembly code, bug #427104
+ QA_TEXTRELS="usr/bin/zsnes"
+
dobin zsnes
if use pax_kernel; then
pax-mark m "${D}""${GAMES_BINDIR}"/zsnes || die