commit: b701a94478efe760beec22bc2d6967eb7946ab63 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 7 15:35:47 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Oct 7 15:35:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b701a944
pkgcheck.conf: disable NonsolvableDepsInDev result Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> metadata/pkgcheck.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata/pkgcheck.conf b/metadata/pkgcheck.conf index 15b0a1ff7..09aed46ff 100644 --- a/metadata/pkgcheck.conf +++ b/metadata/pkgcheck.conf @@ -1,2 +1,3 @@ [DEFAULT] checks = -UnstableOnlyCheck,-RedundantVersionCheck,-ImlateCheck +keywords = -NonsolvableDepsInDev
