summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-06-22 08:27:03 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-06-22 08:27:11 +0100
commit5da9df65aaa3166ed959ca8d05b0cae521af8aea (patch)
treed9162544bbf1343d774c37333fd2b93a7ec5b091 /games-emulation
parentdev-db/mariadb: Version bump for 10.3.16 (diff)
downloadgentoo-5da9df65aaa3166ed959ca8d05b0cae521af8aea.tar.gz
gentoo-5da9df65aaa3166ed959ca8d05b0cae521af8aea.tar.bz2
gentoo-5da9df65aaa3166ed959ca8d05b0cae521af8aea.zip
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@gentoo.org>
Diffstat (limited to 'games-emulation')
-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