diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-10-28 21:34:00 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-10-28 21:38:37 +0000 |
commit | 149de4654c7c9b40216e239e06debccbc09b8f99 (patch) | |
tree | 399209b5cfaa11df50f74db206873acb2bbae82c /games-emulation/mednafen/mednafen-0.9.46.ebuild | |
parent | games-emulation/zsnes: Call pax-mark unconditionally (diff) | |
download | gentoo-149de4654c7c9b40216e239e06debccbc09b8f99.tar.gz gentoo-149de4654c7c9b40216e239e06debccbc09b8f99.tar.bz2 gentoo-149de4654c7c9b40216e239e06debccbc09b8f99.zip |
games-emulation/mednafen: Call pax-mark unconditionally
This is what we normally do.
Closes: https://bugs.gentoo.org/698276
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-emulation/mednafen/mednafen-0.9.46.ebuild')
-rw-r--r-- | games-emulation/mednafen/mednafen-0.9.46.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games-emulation/mednafen/mednafen-0.9.46.ebuild b/games-emulation/mednafen/mednafen-0.9.46.ebuild index a42d9936b35c..e789c94b3240 100644 --- a/games-emulation/mednafen/mednafen-0.9.46.ebuild +++ b/games-emulation/mednafen/mednafen-0.9.46.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://mednafen.github.io/releases/files/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="alsa altivec cjk debugger jack nls pax_kernel" +IUSE="alsa altivec cjk debugger jack nls" RDEPEND=" dev-libs/libcdio @@ -108,8 +108,5 @@ src_configure() { src_install() { default dodoc Documentation/cheats.txt - - if use pax_kernel; then - pax-mark m "${ED%/}"/usr/bin/mednafen || die - fi + pax-mark m "${ED}"usr/bin/mednafen } |