commit: b3fe5d108e6fccc290886a08bae706d5eeaeb7aa Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Oct 28 21:32:03 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Oct 28 21:38:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3fe5d10
games-emulation/zsnes: Call pax-mark unconditionally This is what we normally do. Closes: https://bugs.gentoo.org/698278 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-emulation/zsnes/metadata.xml | 1 - games-emulation/zsnes/zsnes-1.51-r7.ebuild | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/games-emulation/zsnes/metadata.xml b/games-emulation/zsnes/metadata.xml index 8eb5529c51c..d8c41ccdd53 100644 --- a/games-emulation/zsnes/metadata.xml +++ b/games-emulation/zsnes/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="debug">Enable the builtin debugger</flag> - <flag name="pax_kernel">Triggers a paxmarking of the binary</flag> </use> <upstream> <remote-id type="sourceforge">zsnes</remote-id> diff --git a/games-emulation/zsnes/zsnes-1.51-r7.ebuild b/games-emulation/zsnes/zsnes-1.51-r7.ebuild index e7eec25d203..6a452751e0e 100644 --- a/games-emulation/zsnes/zsnes-1.51-r7.ebuild +++ b/games-emulation/zsnes/zsnes-1.51-r7.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/zsnes/${PN}${PV//./}src.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="ao custom-cflags +debug opengl pax_kernel png" +IUSE="ao custom-cflags +debug opengl png" RDEPEND=" media-libs/libsdl[sound,video,abi_x86_32(-)] @@ -109,9 +109,7 @@ src_install() { QA_TEXTRELS="usr/bin/zsnes" dobin zsnes - if use pax_kernel; then - pax-mark m "${D}""${GAMES_BINDIR}"/zsnes || die - fi + pax-mark m "${ED}${GAMES_BINDIR}"/zsnes newman linux/zsnes.1 zsnes.6
