Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955098 - games-util/slade: Use app-arch/7zip if applicable
Summary: games-util/slade: 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: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 942397
  Show dependency tree
 
Reported: 2025-04-29 23:26 UTC by NRK
Modified: 2025-05-03 16:39 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-04-29 23:26:48 UTC
I'm not entirely sure what p7zip dep is for currently. But if it's 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-03 16:39:23 UTC
The bug has been closed via the following commit(s):

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

commit 896eeb6fec5ad8fb9d1cd2e193f33addb515b18e
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2025-05-03 15:55:36 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2025-05-03 16:37:40 +0000

    games-util/slade: Allow use of app-arch/7zip instead of app-arch/p7zip
    
    app-arch/zip can also be used, but it will try a 7zip variant first.
    
    Closes: https://bugs.gentoo.org/955098
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 games-util/slade/slade-3.2.7.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)