summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2024-06-23 15:11:16 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-06-23 21:41:00 +0200
commit7144fc5fbeedd08bbee28253dbd13e8189c0c6af (patch)
treea9f65a0beebd962ebc143ed70177251531db8544
parentmedia-plugins/vdr-freecell: dont call g++ directly (diff)
downloadgentoo-7144fc5fbeedd08bbee28253dbd13e8189c0c6af.tar.gz
gentoo-7144fc5fbeedd08bbee28253dbd13e8189c0c6af.tar.bz2
gentoo-7144fc5fbeedd08bbee28253dbd13e8189c0c6af.zip
media-plugins/vdr-fritzbox: remove non-functional tests
Closes: https://bugs.gentoo.org/934764 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/37255 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
index 71c513cf8ddb..fad92cb04cd4 100644
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild
@@ -51,6 +51,9 @@ src_prepare() {
# upstream author forgot to update version information
sed -e "s:1.5.3:1.5.4:" -i fritzbox.cpp || die
+
+ # remove non-functional tests, #934764
+ rm -rf ./test/ ./lib*/test/ || die
}
pkg_postinst() {