Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955161 - sys-boot/woeusb-ng: Use app-arch/7zip if applicable
Summary: sys-boot/woeusb-ng: 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: Takuya Wakazono
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 942397
  Show dependency tree
 
Reported: 2025-05-01 08:00 UTC by NRK
Modified: 2025-05-04 12:21 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-05-01 08:00:34 UTC
There's currently and RDEPEND on p7zip. 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-04 12:21:19 UTC
The bug has been closed via the following commit(s):

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

commit 4435aa7ed9621c4fe6099270078c3a5e15c846b2
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2025-05-04 11:56:05 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2025-05-04 12:21:09 +0000

    sys-boot/woeusb-ng: add app-arch/7zip as an alternative
    
    It's just using `7z e` command.
    https://github.com/WoeUSB/WoeUSB-ng/blob/18e8918f75af26c0258a5b5f7bdb13acb76611eb/WoeUSB/workaround.py#L100
    
    Closes: https://bugs.gentoo.org/955161
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/41929
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 .../{woeusb-ng-0.2.12.ebuild => woeusb-ng-0.2.12-r1.ebuild}          | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)