mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
cross-vpkg-dummy: update to 0.40.
This commit is contained in:
parent
4c4a7fb004
commit
d4ab4b8d85
1 changed files with 10 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cross-vpkg-dummy'
|
||||
pkgname=cross-vpkg-dummy
|
||||
version=0.39
|
||||
revision=6
|
||||
version=0.40
|
||||
revision=1
|
||||
build_style=meta
|
||||
depends="base-files>=0.126"
|
||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||
|
@ -21,6 +21,8 @@ provides="
|
|||
libstdc++-devel-9999_1
|
||||
libgfortran-9999_1
|
||||
libgfortran-devel-9999_1
|
||||
libquadmath-9999_1
|
||||
libquadmath-devel-9999_1
|
||||
libgo-9999_1
|
||||
libgo-devel-9999_1
|
||||
libobjc-9999_1
|
||||
|
@ -46,6 +48,8 @@ conflicts="
|
|||
libstdc++-devel>=0
|
||||
libgfortran>=0
|
||||
libgfortran-devel>=0
|
||||
libquadmath>=0
|
||||
libquadmath-devel>=0
|
||||
libgo>=0
|
||||
libgo-devel>=0
|
||||
libobjc>=0
|
||||
|
@ -61,10 +65,11 @@ conflicts="
|
|||
shlib_provides="
|
||||
libatomic.so.1
|
||||
libgcc_s.so.1
|
||||
libgnat-12.so
|
||||
libgnarl-12.so
|
||||
libgnat-13.so
|
||||
libgnarl-13.so
|
||||
libstdc++.so.6
|
||||
libgfortran.so.5"
|
||||
libgfortran.so.5
|
||||
libquadmath.so.0"
|
||||
repository=bootstrap
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue