base-system: depend on void-repo-musl on musl.

This commit is contained in:
Juan RP 2015-05-08 17:32:28 +02:00
parent 33e9856f96
commit 1f96469d8f

View file

@ -1,6 +1,6 @@
# Template file for 'base-system' # Template file for 'base-system'
pkgname=base-system pkgname=base-system
version=0.104 version=0.105
revision=1 revision=1
build_style=meta build_style=meta
homepage="http://www.voidlinux.eu/" homepage="http://www.voidlinux.eu/"
@ -18,7 +18,7 @@ depends="
$(vopt_if systemd systemd 'eudev runit-void')" $(vopt_if systemd systemd 'eudev runit-void')"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl);; *-musl) depends+=" void-repo-musl";;
*) depends+=" glibc-locales";; *) depends+=" glibc-locales";;
esac esac
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in