commit: e5c626129272012f639f4064e3ca23b79adb1fbb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jul 15 18:06:28 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jul 15 18:07:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c62612
sys-libs/kpmcore: Restrict tests, need polkit etc. Bug: https://bugs.gentoo.org/689468 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-libs/kpmcore/kpmcore-4.0.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-libs/kpmcore/kpmcore-4.0.0.ebuild b/sys-libs/kpmcore/kpmcore-4.0.0.ebuild index ca364f5f22f..e053d1ab5ea 100644 --- a/sys-libs/kpmcore/kpmcore-4.0.0.ebuild +++ b/sys-libs/kpmcore/kpmcore-4.0.0.ebuild @@ -33,3 +33,6 @@ DEPEND=" >=sys-apps/util-linux-2.33.2 " RDEPEND="${DEPEND}" + +# bug 689468, tests need polkit etc. +RESTRICT+=" test"
