From 35ed7204c7e08cc8ed2aaee87bb045701827beba Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 15 May 2019 12:00:19 +0200 Subject: [PATCH] net-misc/chrony: Fix patch filename Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jeroen Roovers --- net-misc/chrony/chrony-3.4.ebuild | 4 ++-- net-misc/chrony/chrony-3.5_pre1.ebuild | 2 +- net-misc/chrony/chrony-9999.ebuild | 2 +- ...d-systemd-gentoo.patch => chrony-3.4-systemd-gentoo.patch} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename net-misc/chrony/files/{chronyd-systemd-gentoo.patch => chrony-3.4-systemd-gentoo.patch} (100%) diff --git a/net-misc/chrony/chrony-3.4.ebuild b/net-misc/chrony/chrony-3.4.ebuild index 2b17b91c999e..749bf8e23efe 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 d32f046f9da9..72eeaef1fb95 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 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() { 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 -- 2.26.2