diff options
Diffstat (limited to 'app-misc/tmux/tmux-3.4-r1.ebuild')
-rw-r--r-- | app-misc/tmux/tmux-3.4-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-misc/tmux/tmux-3.4-r1.ebuild b/app-misc/tmux/tmux-3.4-r1.ebuild index d90d053355f5..ad59278189e3 100644 --- a/app-misc/tmux/tmux-3.4-r1.ebuild +++ b/app-misc/tmux/tmux-3.4-r1.ebuild @@ -42,8 +42,12 @@ RDEPEND=" vim-syntax? ( app-vim/vim-tmux ) " -# BSD only functions -QA_CONFIG_IMPL_DECL_SKIP=( strtonum recallocarray ) +QA_CONFIG_IMPL_DECL_SKIP=( + # BSD only functions + strtonum recallocarray + # missing on musl, tmux has fallback impl which it uses + b64_ntop +) DOCS=( CHANGES README ) |