commit: 2847ef5266da4f6d7adcf43578064717157ece3c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 1 18:22:41 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 1 18:24:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2847ef52
media-plugins/vdr-zappilot: epatch->eapply epatch doesn't exist in EAPI 7 (and needed an inherit in earlier EAPIs). Closes: https://bugs.gentoo.org/787392 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{vdr-zappilot-0.0.5-r1.ebuild => vdr-zappilot-0.0.5-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild b/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r2.ebuild similarity index 93% rename from media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild rename to media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r2.ebuild index 0c7ea066be1..b22b4f45d87 100644 --- a/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild +++ b/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r2.ebuild @@ -23,6 +23,6 @@ src_prepare() { vdr-plugin-2_src_prepare if has_version ">=media-video/vdr-2.3.1"; then - epatch "${FILESDIR}/${P}_vdr-2.3.1.patch" + eapply "${FILESDIR}/${P}_vdr-2.3.1.patch" fi }
