summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2023-04-07 21:35:18 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-04-07 22:03:58 +0200
commit54c44cba30abe74050e34d70303fd088d84ff1be (patch)
treed29756f1d77690b152d42cfae5127e87f833bbe5 /media-video
parentdev-lang/go: stabilize 1.20.3 for amd64, #903986 (diff)
downloadgentoo-54c44cba30abe74050e34d70303fd088d84ff1be.tar.gz
gentoo-54c44cba30abe74050e34d70303fd088d84ff1be.tar.bz2
gentoo-54c44cba30abe74050e34d70303fd088d84ff1be.zip
media-video/vdr: fix filename of ttxtsubs patch
Closes: https://bugs.gentoo.org/902897 Closes: https://bugs.gentoo.org/903173 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/30516 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vdr/vdr-2.6.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/vdr/vdr-2.6.4.ebuild b/media-video/vdr/vdr-2.6.4.ebuild
index 6f0f847cc9b0..5e14d21c0390 100644
--- a/media-video/vdr/vdr-2.6.4.ebuild
+++ b/media-video/vdr/vdr-2.6.4.ebuild
@@ -121,7 +121,7 @@ src_prepare() {
use naludump && eapply "${FILESDIR}/${PN}-2.6.1_naludump.patch"
use permashift && eapply "${FILESDIR}/${PN}-2.6.1-patch-for-permashift.patch"
use pinplugin && eapply "${FILESDIR}/${PN}-2.6.1_pinplugin.patch"
- use ttxtsubs && eapply "${DISTDIR}/vdr-2.6.1_ttxtsubs_v2.patch"
+ use ttxtsubs && eapply "${DISTDIR}/${P}_ttxtsubs_v2.patch"
use menuorg && eapply "${DISTDIR}/vdr-menuorg-2.3.x.diff"
use mainmenuhooks && eapply "${FILESDIR}/${PN}-2.4.1_mainmenuhook-1.0.1.patch"