mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
cross-vpkg-dummy: update to 0.42.
also conflict/provide musl1.1
This commit is contained in:
parent
0106508bb3
commit
a7cf30436f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cross-vpkg-dummy'
|
||||
pkgname=cross-vpkg-dummy
|
||||
version=0.41
|
||||
version=0.42
|
||||
revision=1
|
||||
build_style=meta
|
||||
depends="base-files>=0.126"
|
||||
|
@ -73,8 +73,8 @@ shlib_provides="
|
|||
repository=bootstrap
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
provides+=" musl-9999_1 musl-devel-9999_1"
|
||||
conflicts+=" musl>=0"
|
||||
provides+=" musl-9999_1 musl-devel-9999_1 musl1.1-9999_1 musl1.1-devel-9999_1"
|
||||
conflicts+=" musl>=0 musl1.1>=0"
|
||||
shlib_provides+=" libc.so"
|
||||
else
|
||||
provides+=" glibc-9999_1 glibc-devel-9999_1"
|
||||
|
|
Loading…
Add table
Reference in a new issue