Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698276 - games-emulation/mednafen: redundant USE=pax_kernel
Summary: games-emulation/mednafen: redundant USE=pax_kernel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-22 14:34 UTC by Michał Górny
Modified: 2019-10-28 21:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-10-22 14:34:33 UTC
if use pax_kernel; then
    pax-mark m "${ED%/}"/usr/bin/mednafen || die
  fi

However, we normally just call pax-mark unconditionally.  Is there any reason for doing it different here?
Comment 1 Larry the Git Cow gentoo-dev 2019-10-28 21:38:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149de4654c7c9b40216e239e06debccbc09b8f99

commit 149de4654c7c9b40216e239e06debccbc09b8f99
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2019-10-28 21:34:00 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2019-10-28 21:38:37 +0000

    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>

 games-emulation/mednafen/mednafen-0.9.46.ebuild | 9 +++------
 games-emulation/mednafen/metadata.xml           | 1 -
 2 files changed, 3 insertions(+), 7 deletions(-)