From 9dea6b0584e13f577f66c081ccb54a44fc30d462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 25 Feb 2017 03:46:19 +0100 Subject: [PATCH] vim: mark broken for non-musl --- srcpkgs/vim/template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template index 1f3fca1b36..675fe93e1c 100644 --- a/srcpkgs/vim/template +++ b/srcpkgs/vim/template @@ -13,6 +13,13 @@ license="Vim" distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" checksum=72ca33242271f2eb0abb98f790c62ef2cf1f7e94a65270be7e82fb05e28d810b +case "$XBPS_TARGET_MACHINE" in + *-musl) # works + ;; + *) broken="https://build.voidlinux.eu/builders/x86_64_builder/builds/1064/steps/shell_3/logs/stdio" + ;; +esac + subpackages="xxd vim-common vim-x11 gvim" # XXX vim-huge cannot be cross compiled for now. if [ -z "$CROSS_BUILD" ]; then