From: Sergei Trofimovich Date: Sat, 22 Jun 2019 07:27:03 +0000 (+0100) Subject: games-emulation/zsnes: mask as QA_TESTRELS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5da9df65aaa3166ed959ca8d05b0cae521af8aea;p=gentoo.git games-emulation/zsnes: mask as QA_TESTRELS 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 --- 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