commit: f521224de92f4cb6a6bb6022bb9d4573a0874e20 Author: Matthias Schwarzott <zzam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 22 11:26:12 2024 +0000 Commit: Matthias Schwarzott <zzam <AT> gentoo <DOT> org> CommitDate: Mon Jan 22 11:58:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f521224d
media-plugins/vdr-extrecmenu: Fix wrong p-level of patch Fixes: 71c086aa8af8388c12611de8857b0929f7a041f1 (media-plugins/vdr-extrecmenu: respect PKG_CONFIG, tidy patches) Closes: https://bugs.gentoo.org/914388 Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org> media-plugins/vdr-extrecmenu/vdr-extrecmenu-1.2.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-extrecmenu/vdr-extrecmenu-1.2.4-r2.ebuild b/media-plugins/vdr-extrecmenu/vdr-extrecmenu-1.2.4-r2.ebuild index 1fdb6d35dc20..01d9a9172421 100644 --- a/media-plugins/vdr-extrecmenu/vdr-extrecmenu-1.2.4-r2.ebuild +++ b/media-plugins/vdr-extrecmenu/vdr-extrecmenu-1.2.4-r2.ebuild @@ -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 }
