commit: 5da9df65aaa3166ed959ca8d05b0cae521af8aea Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Jun 22 07:27:03 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Jun 22 07:27:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da9df65
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 <slyfox <AT> gentoo.org> games-emulation/zsnes/zsnes-1.51-r7.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games-emulation/zsnes/zsnes-1.51-r7.ebuild b/games-emulation/zsnes/zsnes-1.51-r7.ebuild index 9613a4888e8..e8b016a8b05 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
