Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 955160

Summary: games-emulation/m64py: Use app-arch/7zip if applicable
Product: Gentoo Linux Reporter: NRK <nrk>
Component: Current packagesAssignee: Michał Górny <mgorny>
Status: RESOLVED FIXED    
Severity: normal CC: nrk
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 942397    

Description NRK 2025-05-01 07:56:41 UTC
If the `p7zip` dependency is just using the `7z` binary then the dependency can be changed to the following since `7zip[symlink]` provides that executable as well:

	|| (
		>=app-arch/7zip-24.09[symlink(+)]
		app-arch/p7zip
	)

Please double check and test with app-arch/7zip[symlink] and add it as an option if everything works well. If something doesn't work, please report that as well.

See also: https://bugs.gentoo.org/942397
Comment 1 Larry the Git Cow gentoo-dev 2025-05-04 18:40:36 UTC
The bug has been closed via the following commit(s):

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

commit 0f16bffb5b31e582cba18fc3f9dc40eead7d9b27
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2025-05-04 18:39:42 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2025-05-04 18:40:33 +0000

    games-emulation/m64py: Support app-arch/7zip
    
    Closes: https://bugs.gentoo.org/955160
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 games-emulation/m64py/{m64py-0.3.0.ebuild => m64py-0.3.0-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)