commit: 7144fc5fbeedd08bbee28253dbd13e8189c0c6af Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Sun Jun 23 13:11:16 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jun 23 19:41:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7144fc5f
media-plugins/vdr-fritzbox: remove non-functional tests Closes: https://bugs.gentoo.org/934764 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Closes: https://github.com/gentoo/gentoo/pull/37255 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.4.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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() {
