diff options
author | Sam James <sam@gentoo.org> | 2024-01-14 17:12:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 17:15:21 +0000 |
commit | 6189b51796d509dd3e67c6c0029f24be53460ff7 (patch) | |
tree | d4e53f85d08575d852bce6b62bfd99c34fbe062e /sys-process/systemd-cron | |
parent | sys-process/systemd-cron: disable PCH (diff) | |
download | gentoo-6189b51796d509dd3e67c6c0029f24be53460ff7.tar.gz gentoo-6189b51796d509dd3e67c6c0029f24be53460ff7.tar.bz2 gentoo-6189b51796d509dd3e67c6c0029f24be53460ff7.zip |
sys-process/systemd-cron: add comment for restricted tests
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/systemd-cron')
-rw-r--r-- | sys-process/systemd-cron/systemd-cron-2.3.0-r2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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" |