cross-vpkg-dummy: remove musl-legacy-compat.

musl-legacy-compat was removed from base-chroot-musl in
75eca1b03e, meaning that all templates
that depend on it had to add it as makedepends for native musl builds.
Therefore, for consistency, cross-vpkg-dummy shouldn't pull it either.
This commit is contained in:
Érico Rolim 2020-08-10 10:56:57 -03:00 committed by Danh Doan
parent 21de584e92
commit 3d2a4a97d3

View file

@ -1,6 +1,6 @@
# Template file for 'cross-vpkg-dummy'
pkgname=cross-vpkg-dummy
version=0.34
version=0.35
revision=1
build_style=meta
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
@ -60,8 +60,7 @@ shlib_provides="
libgfortran.so.5"
case "$XBPS_TARGET_MACHINE" in
*-musl) depends+=" musl-legacy-compat"
provides+=" musl-9999_1 musl-devel-9999_1"
*-musl) provides+=" musl-9999_1 musl-devel-9999_1"
conflicts+=" musl>=0"
shlib_provides+=" libc.so"
;;