commit: c37423512b74a7e0dc224e691dc6cdf019776cb6
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 16:49:12 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 16:49:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3742351
net-misc/mcproxy: rename patch
Patch renamed in order to have a full name.
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
...m_calculation.patch => mcproxy-1.1.1-fix-checksum-calculation.patch} | 0
net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/mcproxy/files/fix_checksum_calculation.patch
b/net-misc/mcproxy/files/mcproxy-1.1.1-fix-checksum-calculation.patch
similarity index 100%
rename from net-misc/mcproxy/files/fix_checksum_calculation.patch
rename to net-misc/mcproxy/files/mcproxy-1.1.1-fix-checksum-calculation.patch
diff --git a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
index e69713a190c..b264a8937f8 100644
--- a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
+++ b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${P}/${PN}"
PATCHES=(
"${FILESDIR}/${P}-clang.patch"
- "${FILESDIR}/fix_checksum_calculation.patch"
+ "${FILESDIR}/${P}-fix-checksum-calculation.patch"
)
CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE"