vim: variants conflict with each other
authorKarel Kočí <cynerd@email.cz>
Mon, 22 Aug 2022 12:31:21 +0000 (14:31 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 24 Aug 2022 06:25:17 +0000 (08:25 +0200)
commitd4cc9475706dd97a2c2725206ff08fdc54d4ff2b
treefcedf0f5f95d880399506ed7365d243ef594e0d4
parent268efbedddc990e7303c085ce6a566a8c16f6104
vim: variants conflict with each other

This adds conflicts between the variants,
because they provide the same files, and it should not be
possible to install them side by side. Otherwise, it might happen that
half files would be from one variant and the other half from the
other.

Also, adds provides as if you request to install ``vim`` and
``vim-full``, then the request could be satisfied even they collide,
because ``vim-full`` provides ``vim`` package.

Signed-off-by: Karel Kočí <cynerd@email.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[add commit message]
(cherry picked from commit 46c058468aeaf7747c2e94e579020aa7f595c649)
utils/vim/Makefile