mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
cross-vpkg-dummy: update to 0.32
This commit is contained in:
parent
7a72a1dd71
commit
43f7495362
1 changed files with 18 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cross-vpkg-dummy'
|
# Template file for 'cross-vpkg-dummy'
|
||||||
pkgname=cross-vpkg-dummy
|
pkgname=cross-vpkg-dummy
|
||||||
version=0.31
|
version=0.32
|
||||||
revision=2
|
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"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -20,9 +20,16 @@ provides="
|
||||||
libstdc++-devel-9999_1
|
libstdc++-devel-9999_1
|
||||||
libgfortran-9999_1
|
libgfortran-9999_1
|
||||||
libgfortran-devel-9999_1
|
libgfortran-devel-9999_1
|
||||||
|
libgo-9999_1
|
||||||
|
libgo-devel-9999_1
|
||||||
|
libobjc-9999_1
|
||||||
|
libobjc-devel-9999_1
|
||||||
gcc-9999_1
|
gcc-9999_1
|
||||||
gcc-fortran-9999_1
|
gcc-fortran-9999_1
|
||||||
gcc-ada-9999_1"
|
gcc-ada-9999_1
|
||||||
|
gcc-go-9999_1
|
||||||
|
gcc-objc-9999_1
|
||||||
|
gcc-objc++-9999_1"
|
||||||
conflicts="
|
conflicts="
|
||||||
kernel-libc-headers>=0
|
kernel-libc-headers>=0
|
||||||
binutils>=0
|
binutils>=0
|
||||||
|
@ -33,9 +40,16 @@ conflicts="
|
||||||
libstdc++-devel>=0
|
libstdc++-devel>=0
|
||||||
libgfortran>=0
|
libgfortran>=0
|
||||||
libgfortran-devel>=0
|
libgfortran-devel>=0
|
||||||
|
libgo>=0
|
||||||
|
libgo-devel>=0
|
||||||
|
libobjc>=0
|
||||||
|
libobjc-devel>=0
|
||||||
gcc>=0
|
gcc>=0
|
||||||
gcc-fortran>=0
|
gcc-fortran>=0
|
||||||
gcc-ada>=0"
|
gcc-ada>=0
|
||||||
|
gcc-go>=0
|
||||||
|
gcc-objc>=0
|
||||||
|
gcc-objc++>=0"
|
||||||
shlib_provides="
|
shlib_provides="
|
||||||
libgcc_s.so.1
|
libgcc_s.so.1
|
||||||
libgnat-9.so
|
libgnat-9.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue