commit: 6189b51796d509dd3e67c6c0029f24be53460ff7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 14 17:12:57 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 14 17:15:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6189b517
sys-process/systemd-cron: add comment for restricted tests Signed-off-by: Sam James <sam <AT> gentoo.org> sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild b/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild index f6651f53f31a..edd033210173 100644 --- a/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild +++ b/sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild @@ -12,6 +12,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="cron-boot etc-crontab-systemd minutely +runparts setgid yearly" +# We can't run the unshare tests within sandbox/with low privs, and the +# 'test-nounshare' target just does static analysis (shellcheck etc). RESTRICT="test" BDEPEND="virtual/pkgconfig"
