summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-14 17:12:57 +0000
committerSam James <sam@gentoo.org>2024-01-14 17:15:21 +0000
commit6189b51796d509dd3e67c6c0029f24be53460ff7 (patch)
treed4e53f85d08575d852bce6b62bfd99c34fbe062e /sys-process/systemd-cron
parentsys-process/systemd-cron: disable PCH (diff)
downloadgentoo-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.ebuild2
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"