Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-zappilot/
Date: Sat, 01 May 2021 18:24:55
Message-Id: 1619893453.2847ef5266da4f6d7adcf43578064717157ece3c.sam@gentoo
1 commit: 2847ef5266da4f6d7adcf43578064717157ece3c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 18:22:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 18:24:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2847ef52
7
8 media-plugins/vdr-zappilot: epatch->eapply
9
10 epatch doesn't exist in EAPI 7 (and needed an inherit
11 in earlier EAPIs).
12
13 Closes: https://bugs.gentoo.org/787392
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 .../{vdr-zappilot-0.0.5-r1.ebuild => vdr-zappilot-0.0.5-r2.ebuild} | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 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
20 similarity index 93%
21 rename from media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild
22 rename to media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r2.ebuild
23 index 0c7ea066be1..b22b4f45d87 100644
24 --- a/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r1.ebuild
25 +++ b/media-plugins/vdr-zappilot/vdr-zappilot-0.0.5-r2.ebuild
26 @@ -23,6 +23,6 @@ src_prepare() {
27 vdr-plugin-2_src_prepare
28
29 if has_version ">=media-video/vdr-2.3.1"; then
30 - epatch "${FILESDIR}/${P}_vdr-2.3.1.patch"
31 + eapply "${FILESDIR}/${P}_vdr-2.3.1.patch"
32 fi
33 }