diff options
author | Sebastian Pipping <sping@gentoo.org> | 2023-04-17 00:35:38 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2023-04-17 00:35:38 +0200 |
commit | 32df79e74beff72d36dae363e53f2d16808c356a (patch) | |
tree | 61e4416476edfe4d8b2d3f18b58fc2bbdaad1245 /net-misc/ntpsec/ntpsec-9999.ebuild | |
parent | net-misc/ntpsec: Drop old (diff) | |
download | gentoo-32df79e74beff72d36dae363e53f2d16808c356a.tar.gz gentoo-32df79e74beff72d36dae363e53f2d16808c356a.tar.bz2 gentoo-32df79e74beff72d36dae363e53f2d16808c356a.zip |
net-misc/ntpsec: Fix logrotate config
Closes: https://bugs.gentoo.org/873514
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'net-misc/ntpsec/ntpsec-9999.ebuild')
-rw-r--r-- | net-misc/ntpsec/ntpsec-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/ntpsec/ntpsec-9999.ebuild b/net-misc/ntpsec/ntpsec-9999.ebuild index 2fec1857639a..cee0430804e4 100644 --- a/net-misc/ntpsec/ntpsec-9999.ebuild +++ b/net-misc/ntpsec/ntpsec-9999.ebuild @@ -54,6 +54,7 @@ BDEPEND=">=app-text/asciidoc-8.6.8 PATCHES=( "${FILESDIR}/${PN}-1.1.9-remove-asciidoctor-from-config.patch" + "${FILESDIR}/${PN}-1.2.2-logrotate.patch" ) WAF_BINARY="${S}/waf" |