summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-10 01:51:28 +0000
committerSam James <sam@gentoo.org>2024-03-10 01:51:28 +0000
commit4a787cf93a7d25b8453eaaf71ae84b68486437e3 (patch)
tree3b003a6bfe1474ad0a06ddce89e75d2c216ccc29 /media-tv/mythtv/mythtv-33.1-r1.ebuild
parentprofiles/arch/powerpc: drop stale mask (diff)
downloadgentoo-4a787cf93a7d25b8453eaaf71ae84b68486437e3.tar.gz
gentoo-4a787cf93a7d25b8453eaaf71ae84b68486437e3.tar.bz2
gentoo-4a787cf93a7d25b8453eaaf71ae84b68486437e3.zip
media-tv/mythtv: fix DoubleEmptyLine
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-tv/mythtv/mythtv-33.1-r1.ebuild')
-rw-r--r--media-tv/mythtv/mythtv-33.1-r1.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/media-tv/mythtv/mythtv-33.1-r1.ebuild b/media-tv/mythtv/mythtv-33.1-r1.ebuild
index d0d9cd8758c6..f2564d87e018 100644
--- a/media-tv/mythtv/mythtv-33.1-r1.ebuild
+++ b/media-tv/mythtv/mythtv-33.1-r1.ebuild
@@ -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!"