diff options
author | Christopher Fore <csfore@posteo.net> | 2024-08-29 07:38:03 -0400 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-08-30 10:45:21 +1000 |
commit | 890e5972b6532026089193368f4d19fa61dbd228 (patch) | |
tree | 990cc469fc31b71b4cee47edccab91f8eb273a4c /sys-fs/bcachefs-tools | |
parent | net-im/element-desktop-bin: upgrade to 1.11.76 (diff) | |
download | gentoo-890e5972b6532026089193368f4d19fa61dbd228.tar.gz gentoo-890e5972b6532026089193368f4d19fa61dbd228.tar.bz2 gentoo-890e5972b6532026089193368f4d19fa61dbd228.zip |
sys-fs/bcachefs-tools: Re-enable musl support for 1.11.0
- BDEPEND added for sys-libs/musl-1.2.5
Signed-off-by: Christopher Fore <csfore@posteo.net>
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'sys-fs/bcachefs-tools')
-rw-r--r-- | sys-fs/bcachefs-tools/bcachefs-tools-1.11.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0.ebuild index 35b7c4d2867c..566129b51e44 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0.ebuild @@ -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 " |