media-plugins/vdr-extrecmenu: Fix wrong p-level of patch

Fixes: 71c086aa8a (media-plugins/vdr-extrecmenu: respect PKG_CONFIG, tidy patches)
Closes: https://bugs.gentoo.org/914388
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
This commit is contained in:
Matthias Schwarzott
2024-01-22 12:26:12 +01:00
parent 3519e6c712
commit f521224de9

View File

@@ -1,4 +1,4 @@
# Copyright 2021 Gentoo Authors
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -28,7 +28,7 @@ src_prepare() {
eapply "${FILESDIR}/${P}_c++11.patch"
cd "${WORKDIR}" || die
eapply -p0 "${FILESDIR}/${DVDARCHIVE%.sh}-configfile.patch"
eapply "${FILESDIR}/${DVDARCHIVE%.sh}-configfile.patch"
vdr-plugin-2_src_prepare
}