Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 954141 - app-emulation/winetricks: Use app-arch/7zip if applicable
Summary: app-emulation/winetricks: Use app-arch/7zip if applicable
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chiitoo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 942397
  Show dependency tree
 
Reported: 2025-04-21 10:38 UTC by NRK
Modified: 2025-04-21 14:51 UTC (History)
2 users (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-21 10:38:24 UTC
Application which only use the `7z` binary can also depend on `7zip[symlink]` since it provides that binary as well. If winetricks does not use any of the p7zip libraries and only uses the binary, then the p7zip dependency can be changed to the following:


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

Also note that upstream itself recommends using 7zip instead of p7zip since the following commit:
https://github.com/Winetricks/winetricks/commit/02a555d6b17b80f5fadbaef9a29902661fd5a77d

See also: https://bugs.gentoo.org/942397