diff options
author | Sam James <sam@gentoo.org> | 2022-06-26 05:47:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-26 05:47:17 +0100 |
commit | 66d873572ae205f78cc4aa015395e55d7b68b99a (patch) | |
tree | f1678e2ef76c53c7752456d90dac8ce41ac1712c /sys-fs/zfs-auto-snapshot | |
parent | sys-devel/gcc: drop 13.0.0_pre20220605 (diff) | |
download | gentoo-66d873572ae205f78cc4aa015395e55d7b68b99a.tar.gz gentoo-66d873572ae205f78cc4aa015395e55d7b68b99a.tar.bz2 gentoo-66d873572ae205f78cc4aa015395e55d7b68b99a.zip |
sys-fs/zfs-auto-snapshot: add which RDEPEND
Needed for the cron file.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/zfs-auto-snapshot')
-rw-r--r-- | sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r2.ebuild (renamed from sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild) | 1 | ||||
-rw-r--r-- | sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r2.ebuild index 30221867b133..2af66eac6680 100644 --- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild +++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r2.ebuild @@ -23,6 +23,7 @@ SLOT="0" IUSE="+cron +default-exclude systemd" RDEPEND=" + sys-apps/which sys-fs/zfs !systemd? ( virtual/cron ) " diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild index 18a922257dbc..221028bc21a1 100644 --- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild +++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-9999.ebuild @@ -23,6 +23,7 @@ SLOT="0" IUSE="+cron +default-exclude systemd" RDEPEND=" + sys-apps/which sys-fs/zfs !systemd? ( virtual/cron ) " |