Summary: | app-portage/pfl: version bump to 3.4 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | bugs |
Component: | Current packages | Assignee: | Daniel Pielmeier <billie> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/portagefilelist/client/releases/tag/3.4 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
bugs
2024-01-06 11:06:58 UTC
The pfl.py command does call bzip2[1] with a system call. Shouldn't this be added as dependency in the ebuild file? [1]https://github.com/portagefilelist/client/blob/master/pfl/pfl.py#L262 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679edc6fe3842742b649d40f53a36b794f5c2736 commit 679edc6fe3842742b649d40f53a36b794f5c2736 Author: Daniel Pielmeier <billie@gentoo.org> AuthorDate: 2024-01-11 18:52:46 +0000 Commit: Daniel Pielmeier <billie@gentoo.org> CommitDate: 2024-01-11 18:53:16 +0000 app-portage/pfl: add 3.4 Closes: https://bugs.gentoo.org/921498 Signed-off-by: Daniel Pielmeier <billie@gentoo.org> app-portage/pfl/Manifest | 1 + app-portage/pfl/pfl-3.4.ebuild | 49 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) (In reply to bugs from comment #1) > The pfl.py command does call bzip2[1] with a system call. Shouldn't this be > added as dependency in the ebuild file? bzip2 is in @system so a depending on it is not necessary [1]. Strangely almost 200 packages depend on it!? [1] https://devmanual.gentoo.org/general-concepts/dependencies/#implicit-system-dependency |