cross-vpkg-dummy: update to 0.33.
add libgcc-devel to provides and conflicts
This commit is contained in:
parent
21c0a79eeb
commit
324aefe05e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cross-vpkg-dummy'
|
||||
pkgname=cross-vpkg-dummy
|
||||
version=0.32
|
||||
version=0.33
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||
|
@ -16,6 +16,7 @@ provides="
|
|||
libada-9999_1
|
||||
libada-devel-9999_1
|
||||
libgcc-9999_1
|
||||
libgcc-devel-9999_1
|
||||
libstdc++-9999_1
|
||||
libstdc++-devel-9999_1
|
||||
libgfortran-9999_1
|
||||
|
@ -36,6 +37,7 @@ conflicts="
|
|||
libada>=0
|
||||
libada-devel>=0
|
||||
libgcc>=0
|
||||
libgcc-devel>=0
|
||||
libstdc++>=0
|
||||
libstdc++-devel>=0
|
||||
libgfortran>=0
|
||||
|
|
Loading…
Reference in New Issue