games-emulation/zsnes: mask as QA_TESTRELS
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 22 Jun 2019 07:27:03 +0000 (08:27 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 22 Jun 2019 07:27:11 +0000 (08:27 +0100)
The assembly code is pic-unfriendly. Will require major
fixing upstream.

Closes: https://bugs.gentoo.org/427104
Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
games-emulation/zsnes/zsnes-1.51-r7.ebuild

index 9613a4888e85a3ee27ecd47f861846ea5970d3e8..e8b016a8b05493d665dd12c0d1ec01ad7da790c6 100644 (file)
@@ -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