Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698278 - games-emulation/zsnes: redundant USE=pax_kernel
Summary: games-emulation/zsnes: 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:35 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:35:36 UTC
if use pax_kernel; then
		pax-mark m "${D}""${GAMES_BINDIR}"/zsnes || 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:56 UTC
The bug has been closed via the following commit(s):

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

commit b3fe5d108e6fccc290886a08bae706d5eeaeb7aa
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2019-10-28 21:32:03 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2019-10-28 21:38:33 +0000

    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@gentoo.org>

 games-emulation/zsnes/metadata.xml         | 1 -
 games-emulation/zsnes/zsnes-1.51-r7.ebuild | 6 ++----
 2 files changed, 2 insertions(+), 5 deletions(-)