Diff systemd-cron-1.15.19-r1 with a systemd-cron-1.15.20
/usr/portage/sys-process/systemd-cron/systemd-cron-1.15.20.ebuild 2023-10-09 14:52:35.584368504 +0300 | ||
---|---|---|
29 | 29 | |
30 | 30 |
REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
31 | 31 | |
32 |
PATCHES=( "${FILESDIR}/${P}-default-mail-user.patch" ) |
|
33 | ||
34 | 32 |
src_prepare() { |
35 | 33 |
python_fix_shebang --force "${S}/src/bin" |
36 | 34 | |
... | ... | |
52 | 50 |
"${S}/src/bin/systemd-crontab-generator.py" || die |
53 | 51 |
fi |
54 | 52 | |
55 |
eapply "${PATCHES[@]}" |
|
56 | 53 |
eapply_user |
57 | 54 |
} |
58 | 55 |