From 43de55d0dfb7d370d4aa9501b6323e210ad97f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 21 Aug 2015 16:15:41 +0200 Subject: [PATCH] Manual.md: Add descriptions of conflicts variable Closes #2212 --- Manual.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Manual.md b/Manual.md index 14951f38837..00bb9b0a366 100644 --- a/Manual.md +++ b/Manual.md @@ -347,6 +347,12 @@ Example `depends="foo blah>=1.0"`. See the `Runtime dependencies` section for mo process and required to be able to build packages in the chroot. Only a small number of packages must set this property. +- `conflicts` An optional list of packages conflicting with this package. +Conflicts can be specified with the following version comparators: `<`, `>`, `<=`, `>=` +or `foo-1.0_1` to match an exact version. If version comparator is not +defined (just a package name), the version comparator is automatically set to `>=0`. +Example `conflicts="foo blah>=0.42.3"`. + - `distfiles` The full URL to the `upstream` source distribution files. Multiple files can be separated by whitespaces. The files must end in `.tar.lzma`, `.tar.xz`, `.txz`, `.tar.bz2`, `.tbz`, `.tar.gz`, `.tgz`, `.gz`, `.bz2`, `.tar` or