commit:     9c3336e01e73bc0b88f79d2be965cf8047894e10
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 23:20:57 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=9c3336e0

www-apps/readarr-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>

 www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild 
b/www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild
index c7b3e4d7b3bd..e71a1b92c4dc 100644
--- a/www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild
+++ b/www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild
@@ -46,7 +46,6 @@ RDEPEND="
        acct-group/readarr
        acct-user/readarr
        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 
Readarr.Update/libcoreclrtraceptprovider.so || die
+       find . -type f -iname libcoreclrtraceptprovider.so -delete || die
 }
 
 src_install() {

Reply via email to