diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-05-15 12:00:19 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-05-15 12:07:43 +0200 |
commit | 35ed7204c7e08cc8ed2aaee87bb045701827beba (patch) | |
tree | 6c60698cb2b4bf532b2d3151695cc5e5144b6092 /net-misc/chrony/chrony-9999.ebuild | |
parent | www-servers/tomcat-9.0.20: bump (diff) | |
download | gentoo-35ed7204c7e08cc8ed2aaee87bb045701827beba.tar.gz gentoo-35ed7204c7e08cc8ed2aaee87bb045701827beba.tar.bz2 gentoo-35ed7204c7e08cc8ed2aaee87bb045701827beba.zip |
net-misc/chrony: Fix patch filename
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc/chrony/chrony-9999.ebuild')
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 188564043dd7..dfe5253524d6 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -35,7 +35,7 @@ RESTRICT=test S="${WORKDIR}/${P/_/-}" PATCHES=( - "${FILESDIR}"/chronyd-systemd-gentoo.patch + "${FILESDIR}"/${PN}-3.4-systemd-gentoo.patch ) src_prepare() { |