net-dialup/xl2tpd: 1.3.20-r1 fix epatch => eapply.

Picked up whilst debugging a memory access bug in xl2tpd.

Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
This commit is contained in:
Jaco Kroon
2026-06-19 19:58:43 +02:00
parent 563c4343d2
commit 8202bb4d82

View File

@@ -34,7 +34,7 @@ PATCHES=(
src_prepare() {
default
use poll && epatch "${DISTDIR}/xl2tpd-1.3.20-ditch-select-use-poll.patch"
use poll && eapply "${DISTDIR}/xl2tpd-1.3.20-ditch-select-use-poll.patch"
sed -e 's:/var/run/:/run/:' -i \
file.h \
l2tp.h \