Skip to content

Commit

Permalink
sys-fs/bcachefs-tools: Re-enable musl support for 1.11.0
Browse files Browse the repository at this point in the history
- BDEPEND added for sys-libs/musl-1.2.5

Signed-off-by: Christopher Fore <[email protected]>
Signed-off-by: Matt Jolly <[email protected]>
  • Loading branch information
csfore authored and Kangie committed Aug 30, 2024
1 parent 553b2cf commit 890e597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion profiles/features/musl/package.mask
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ app-arch/lrzip-next
# Christopher Fore <[email protected]> (2024-01-24)
# >=sys-fs/bcachefs-tools-1.4.1 uses functions currently not in Musl
# https://github.com/koverstreet/bcachefs-tools/issues/213
>=sys-fs/bcachefs-tools-1.4.1
# The above was fixed in musl 1.2.5, which bcachefs-tools 1.11.0
# will now depend on.
# https://www.openwall.com/lists/musl/2024/03/01/2
<sys-fs/bcachefs-tools-1.11.0

# Conrad Kostecki <[email protected]> (2024-01-23)
# Uses glibc function getsourcefilter(),
Expand Down
1 change: 1 addition & 0 deletions sys-fs/bcachefs-tools/bcachefs-tools-1.11.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ BDEPEND="
$(llvm_gen_dep '
sys-devel/clang:${LLVM_SLOT}
')
elibc_musl? ( >=sys-libs/musl-1.2.5 )
virtual/pkgconfig
virtual/rust
"
Expand Down

0 comments on commit 890e597

Please sign in to comment.