diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-09-20 18:49:12 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-09-20 18:49:12 +0200 |
commit | c37423512b74a7e0dc224e691dc6cdf019776cb6 (patch) | |
tree | 5624261882e73582e5bb14eec75fab8c5833ad82 /net-misc/mcproxy | |
parent | net-misc/mcproxy: fix compilation with clang (diff) | |
download | gentoo-c37423512b74a7e0dc224e691dc6cdf019776cb6.tar.gz gentoo-c37423512b74a7e0dc224e691dc6cdf019776cb6.tar.bz2 gentoo-c37423512b74a7e0dc224e691dc6cdf019776cb6.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/mcproxy')
-rw-r--r-- | net-misc/mcproxy/files/mcproxy-1.1.1-fix-checksum-calculation.patch (renamed from net-misc/mcproxy/files/fix_checksum_calculation.patch) | 0 | ||||
-rw-r--r-- | net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/mcproxy/files/fix_checksum_calculation.patch b/net-misc/mcproxy/files/mcproxy-1.1.1-fix-checksum-calculation.patch index 2cbfb6590b72..2cbfb6590b72 100644 --- a/net-misc/mcproxy/files/fix_checksum_calculation.patch +++ b/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 e69713a190ca..b264a8937f8f 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" |