cross-vpkg-dummy: update provides versions and shlib-provides.
This commit is contained in:
parent
9000a1e907
commit
2187e96135
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cross-vpkg-dummy'
|
||||
pkgname=cross-vpkg-dummy
|
||||
version=0.13
|
||||
version=0.14
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||
|
@ -11,18 +11,18 @@ homepage="http://www.voidlinux.eu"
|
|||
noarch=yes
|
||||
depends="base-directories xbps-triggers"
|
||||
provides="
|
||||
kernel-libc-headers-3.17.1_1
|
||||
binutils-2.24_3
|
||||
libgcc-4.9.0_4
|
||||
libstdc++-4.9.0_4
|
||||
libstdc++-devel-4.9.0_4
|
||||
libgomp-4.9.0_4
|
||||
libgomp-devel-4.9.0_4
|
||||
gcc-4.9.0_4
|
||||
gcc-c++-4.9.0_4
|
||||
glibc-2.19_3
|
||||
glibc-devel-2.19_3
|
||||
musl-0.9.15_1"
|
||||
kernel-libc-headers-9999_1
|
||||
binutils-9999_1
|
||||
libgcc-9999_1
|
||||
libstdc++-9999_1
|
||||
libstdc++-devel-9999_1
|
||||
libgomp-9999_1
|
||||
libgomp-devel-9999_1
|
||||
gcc-9999_1
|
||||
gcc-c++-9999_1
|
||||
glibc-9999_1
|
||||
glibc-devel-9999_1
|
||||
musl-9999_1"
|
||||
conflicts="
|
||||
kernel-libc-headers>=0
|
||||
binutils>=0
|
||||
|
@ -36,3 +36,13 @@ conflicts="
|
|||
glibc>=0
|
||||
glibc-devel>=0
|
||||
musl>=0"
|
||||
shlib_provides="
|
||||
libc.so
|
||||
libc.so.6
|
||||
libm.so.6
|
||||
librt.so.1
|
||||
libpthread.so.0
|
||||
libcrypt.so.1
|
||||
ld-linux.so.2
|
||||
ld-linux-x86_64.so.2
|
||||
ld-linux-armhf.so.3"
|
||||
|
|
Loading…
Reference in New Issue
Block a user