Diff zfs-auto-snapshot-1.2.4-r2 with a zfs-auto-snapshot-1.2.4-r3
/usr/portage/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r3.ebuild 2024-07-02 13:51:49.425851595 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit prefix readme.gentoo-r1 systemd |
7 | 7 | |
... | ... | |
23 | 23 |
IUSE="+cron +default-exclude systemd" |
24 | 24 | |
25 | 25 |
RDEPEND=" |
26 |
sys-apps/which |
|
27 | 26 |
sys-fs/zfs |
28 | 27 |
!systemd? ( virtual/cron ) |
29 | 28 |
" |
30 | 29 | |
31 | 30 |
REQUIRED_USE="!systemd? ( cron )" |
32 | 31 | |
32 |
PATCHES=( |
|
33 |
"${FILESDIR}"/${PN}-1.2.4-drop-which.patch |
|
34 |
) |
|
35 | ||
33 | 36 |
src_install() { |
34 | 37 |
if use default-exclude; then |
35 | 38 |
for cronfile in etc/"${PN}".cron.{daily,hourly,monthly,weekly}; do |