commit: db564c0e4b84994e58e0436de72c88d122f21d61 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Jan 21 23:22:38 2025 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Wed Jan 22 01:19:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db564c0e
www-apps/radarr-bin: remove lttng-ust dependency Bug: https://bugs.gentoo.org/941894 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> ...{radarr-bin-5.18.1.9612.ebuild => radarr-bin-5.18.1.9612-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-apps/radarr-bin/radarr-bin-5.18.1.9612.ebuild b/www-apps/radarr-bin/radarr-bin-5.18.1.9612-r1.ebuild similarity index 94% rename from www-apps/radarr-bin/radarr-bin-5.18.1.9612.ebuild rename to www-apps/radarr-bin/radarr-bin-5.18.1.9612-r1.ebuild index eec9a8823ec5..93dfc0a4b708 100644 --- a/www-apps/radarr-bin/radarr-bin-5.18.1.9612.ebuild +++ b/www-apps/radarr-bin/radarr-bin-5.18.1.9612-r1.ebuild @@ -47,7 +47,6 @@ RDEPEND=" acct-user/radarr media-video/mediainfo dev-libs/icu - dev-util/lttng-ust:0 dev-db/sqlite " @@ -57,7 +56,7 @@ src_prepare() { default # https://github.com/dotnet/runtime/issues/57784 - rm libcoreclrtraceptprovider.so Radarr.Update/libcoreclrtraceptprovider.so || die + find . -type f -iname libcoreclrtraceptprovider.so -delete || die } src_install() {
