From 7b78be2c9ff38bb890ed23171f94643cef65ce0b Mon Sep 17 00:00:00 2001 From: John Date: Fri, 31 Jan 2020 09:43:26 +0100 Subject: [PATCH] musl-legacy-compat: restrict archs to *-musl --- srcpkgs/musl-legacy-compat/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/musl-legacy-compat/template b/srcpkgs/musl-legacy-compat/template index f884fabb5ba..4c5394dfaad 100644 --- a/srcpkgs/musl-legacy-compat/template +++ b/srcpkgs/musl-legacy-compat/template @@ -2,17 +2,13 @@ pkgname=musl-legacy-compat version=0.3 revision=3 +archs="*-musl" bootstrap=yes short_desc="Legacy compatibility headers for the musl libc" maintainer="Enno Boland " license="BSD-2-Clause, BSD-3-Clause" homepage="http://www.voidlinux.org" -case "$XBPS_TARGET_MACHINE" in - *-musl) ;; - #*) broken="Only valid for musl systems";; -esac - do_install() { for f in ${FILESDIR}/*.h; do vinstall ${f} 644 usr/include/sys