Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955160 - games-emulation/m64py: Use app-arch/7zip if applicable
Summary: games-emulation/m64py: Use app-arch/7zip if applicable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 942397
  Show dependency tree
 
Reported: 2025-05-01 07:56 UTC by NRK
Modified: 2025-05-04 18:40 UTC (History)
1 user (show)

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 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(-)