media-tv/mythtv: fix DoubleEmptyLine

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2024-03-10 01:51:28 +00:00
parent 0ad1ca2bb0
commit 4a787cf93a
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -168,7 +168,6 @@ src_prepare() {
# https://bugs.gentoo.org/888291
eapply -p2 "${FILESDIR}"/${PN}-33.1-python3.12.patch
# Perl bits need to go into vendor_perl and not site_perl
sed -e "s:pure_install:pure_install INSTALLDIRS=vendor:" \
-i "${S}"/bindings/perl/Makefile || die "Cannot convert site_perl to vendor_perl!"