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>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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
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
}
</maintainer>
<use>
<flag name="debugger">Build with internal debugger</flag>
- <flag name="pax_kernel">Triggers a paxmarking of the binary</flag>
</use>
<upstream>
<remote-id type="sourceforge">mednafen</remote-id>