mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
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:
parent
21de584e92
commit
3d2a4a97d3
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cross-vpkg-dummy'
|
# Template file for 'cross-vpkg-dummy'
|
||||||
pkgname=cross-vpkg-dummy
|
pkgname=cross-vpkg-dummy
|
||||||
version=0.34
|
version=0.35
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||||
|
@ -60,8 +60,7 @@ shlib_provides="
|
||||||
libgfortran.so.5"
|
libgfortran.so.5"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) depends+=" musl-legacy-compat"
|
*-musl) provides+=" musl-9999_1 musl-devel-9999_1"
|
||||||
provides+=" musl-9999_1 musl-devel-9999_1"
|
|
||||||
conflicts+=" musl>=0"
|
conflicts+=" musl>=0"
|
||||||
shlib_provides+=" libc.so"
|
shlib_provides+=" libc.so"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue