commit: 1b7c6cc8df1a136e18a55f117323ad4d7c9d4998 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Jan 21 23:23:20 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=1b7c6cc8
www-apps/sonarr-bin: remove lttng-ust dependency Bug: https://bugs.gentoo.org/941894 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/40250 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> ...{sonarr-bin-4.0.12.2866.ebuild => sonarr-bin-4.0.12.2866-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-apps/sonarr-bin/sonarr-bin-4.0.12.2866.ebuild b/www-apps/sonarr-bin/sonarr-bin-4.0.12.2866-r1.ebuild similarity index 93% rename from www-apps/sonarr-bin/sonarr-bin-4.0.12.2866.ebuild rename to www-apps/sonarr-bin/sonarr-bin-4.0.12.2866-r1.ebuild index 26a3f8494331..f147404b7650 100644 --- a/www-apps/sonarr-bin/sonarr-bin-4.0.12.2866.ebuild +++ b/www-apps/sonarr-bin/sonarr-bin-4.0.12.2866-r1.ebuild @@ -43,7 +43,6 @@ RDEPEND=" acct-user/sonarr media-video/mediainfo dev-libs/icu - dev-util/lttng-ust:0 dev-db/sqlite " @@ -53,7 +52,7 @@ src_prepare() { default # https://github.com/dotnet/runtime/issues/57784 - rm libcoreclrtraceptprovider.so Sonarr.Update/libcoreclrtraceptprovider.so || die + find . -type f -iname libcoreclrtraceptprovider.so -delete || die } src_install() {
