commit: 58492a40c1cbc56c03dadf1482429f4f3e44fcab Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Tue Dec 28 18:09:28 2021 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Dec 28 18:10:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58492a40
sys-kernel/rte_kni-kmod: restrict tests closes: https://bugs.gentoo.org/830144 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild b/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild index 6e7423e34..9d7d87a8f 100644 --- a/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild +++ b/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild @@ -15,6 +15,8 @@ LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="~amd64" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# tests need root +RESTRICT="test" DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep '
