Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904380 - sys-fs/f2fs-tools-1.16.0: add "lz4" and "lzo" USE flags
Summary: sys-fs/f2fs-tools-1.16.0: add "lz4" and "lzo" USE flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-04-15 20:24 UTC by Matt Whitlock
Modified: 2023-04-16 12:26 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 Matt Whitlock 2023-04-15 20:24:32 UTC
sys-fs/f2fs-tools added unconditional dependencies on app-arch/lz4 and dev-libs/lzo, but the upstream build system allows those dependencies to be disabled with '--without-lz4' and '--without-lzo'. Expose those options as USE flags and make the dependencies conditional.

Pull request is forthcoming.
Comment 1 Larry the Git Cow gentoo-dev 2023-04-16 12:26:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6835d6628c39fa13ae6183ee9a0fb69ca77a1f

commit 6b6835d6628c39fa13ae6183ee9a0fb69ca77a1f
Author:     Matt Whitlock <gentoo@mattwhitlock.name>
AuthorDate: 2023-04-15 20:24:41 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2023-04-16 12:25:56 +0000

    sys-fs/f2fs-tools: add "lz4" and "lzo" USE flags
    
    Closes: https://bugs.gentoo.org/904380
    Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name>
    Closes: https://github.com/gentoo/gentoo/pull/30609
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 sys-fs/f2fs-tools/f2fs-tools-1.16.0.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)