commit: ff936e838a003e778f2b08b427a1aa3be76164d9 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Jan 21 23:19:39 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=ff936e83
www-apps/prowlarr-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> ...wlarr-bin-1.30.1.4928.ebuild => prowlarr-bin-1.30.1.4928-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-apps/prowlarr-bin/prowlarr-bin-1.30.1.4928.ebuild b/www-apps/prowlarr-bin/prowlarr-bin-1.30.1.4928-r1.ebuild similarity index 94% rename from www-apps/prowlarr-bin/prowlarr-bin-1.30.1.4928.ebuild rename to www-apps/prowlarr-bin/prowlarr-bin-1.30.1.4928-r1.ebuild index aad41c803faf..a32d1eb047b6 100644 --- a/www-apps/prowlarr-bin/prowlarr-bin-1.30.1.4928.ebuild +++ b/www-apps/prowlarr-bin/prowlarr-bin-1.30.1.4928-r1.ebuild @@ -46,7 +46,6 @@ RDEPEND=" acct-group/prowlarr acct-user/prowlarr dev-libs/icu - dev-util/lttng-ust:0 dev-db/sqlite " @@ -56,7 +55,7 @@ src_prepare() { default # https://github.com/dotnet/runtime/issues/57784 - rm libcoreclrtraceptprovider.so Prowlarr.Update/libcoreclrtraceptprovider.so || die + find . -type f -iname libcoreclrtraceptprovider.so -delete || die } src_install() {
