summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2025-01-22 00:20:57 +0100
committerCraig Andrews <candrews@gentoo.org>2025-01-21 20:19:50 -0500
commit9c3336e01e73bc0b88f79d2be965cf8047894e10 (patch)
treebfd6f60f920a65fa93671a0b6ffc6bdbf3bb4ebc /www-apps
parentwww-apps/prowlarr-bin: remove lttng-ust dependency (diff)
downloadgentoo-9c3336e01e73bc0b88f79d2be965cf8047894e10.tar.gz
gentoo-9c3336e01e73bc0b88f79d2be965cf8047894e10.tar.bz2
gentoo-9c3336e01e73bc0b88f79d2be965cf8047894e10.zip
www-apps/readarr-bin: remove lttng-ust dependency
Bug: https://bugs.gentoo.org/941894 Signed-off-by: Maciej Barć <xgqt@gentoo.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/readarr-bin/readarr-bin-0.4.9.2730.ebuild3
1 files changed, 1 insertions, 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() {