cross-vpkg-dummy: add conflicts; to make sure nobody installs it manually :-)
This commit is contained in:
parent
35536dfa02
commit
c87dcbf6be
1 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cross-vpkg-dummy'
|
# Template file for 'cross-vpkg-dummy'
|
||||||
pkgname=cross-vpkg-dummy
|
pkgname=cross-vpkg-dummy
|
||||||
version=0.11
|
version=0.12
|
||||||
revision=1
|
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"
|
||||||
|
@ -23,3 +23,16 @@ provides="
|
||||||
glibc-2.19_3
|
glibc-2.19_3
|
||||||
glibc-devel-2.19_3
|
glibc-devel-2.19_3
|
||||||
musl-0.9.15_1"
|
musl-0.9.15_1"
|
||||||
|
conflicts="
|
||||||
|
kernel-libc-headers>=0
|
||||||
|
binutils>=0
|
||||||
|
libgcc>=0
|
||||||
|
libstdc++>=0
|
||||||
|
libstdc++-devel>=0
|
||||||
|
libgomp>=0
|
||||||
|
libgomp-devel>=0
|
||||||
|
gcc>=0
|
||||||
|
gcc-c++>=0
|
||||||
|
glibc>=0
|
||||||
|
glibc-devel>=0
|
||||||
|
musl>=0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue