commit: 35ed7204c7e08cc8ed2aaee87bb045701827beba
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 10:00:19 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May 15 10:07:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ed7204
net-misc/chrony: Fix patch filename
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-misc/chrony/chrony-3.4.ebuild | 4 ++--
net-misc/chrony/chrony-3.5_pre1.ebuild | 2 +-
net-misc/chrony/chrony-9999.ebuild | 2 +-
.../{chronyd-systemd-gentoo.patch => chrony-3.4-systemd-gentoo.patch} | 0
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-misc/chrony/chrony-3.4.ebuild
b/net-misc/chrony/chrony-3.4.ebuild
index 2b17b91c999..749bf8e23ef 100644
--- a/net-misc/chrony/chrony-3.4.ebuild
+++ b/net-misc/chrony/chrony-3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -37,7 +37,7 @@ RESTRICT=test
S="${WORKDIR}/${P/_/-}"
PATCHES=(
- "${FILESDIR}"/chronyd-systemd-gentoo.patch
+ "${FILESDIR}"/${PN}-3.4-systemd-gentoo.patch
)
src_prepare() {
diff --git a/net-misc/chrony/chrony-3.5_pre1.ebuild
b/net-misc/chrony/chrony-3.5_pre1.ebuild
index d32f046f9da..72eeaef1fb9 100644
--- a/net-misc/chrony/chrony-3.5_pre1.ebuild
+++ b/net-misc/chrony/chrony-3.5_pre1.ebuild
@@ -37,7 +37,7 @@ RESTRICT=test
S="${WORKDIR}/${P/_/-}"
PATCHES=(
- "${FILESDIR}"/chronyd-systemd-gentoo.patch
+ "${FILESDIR}"/${PN}-3.4-systemd-gentoo.patch
)
src_prepare() {
diff --git a/net-misc/chrony/chrony-9999.ebuild
b/net-misc/chrony/chrony-9999.ebuild
index 188564043dd..dfe5253524d 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() {
diff --git a/net-misc/chrony/files/chronyd-systemd-gentoo.patch
b/net-misc/chrony/files/chrony-3.4-systemd-gentoo.patch
similarity index 100%
rename from net-misc/chrony/files/chronyd-systemd-gentoo.patch
rename to net-misc/chrony/files/chrony-3.4-systemd-gentoo.patch