diff options
author | 2025-01-22 00:19:39 +0100 | |
---|---|---|
committer | 2025-01-21 20:19:50 -0500 | |
commit | ff936e838a003e778f2b08b427a1aa3be76164d9 (patch) | |
tree | f08c38f05f99c8353654dc76420d656de3c71382 /www-apps | |
parent | www-apps/lidarr-bin: remove lttng-ust dependency (diff) | |
download | gentoo-ff936e838a003e778f2b08b427a1aa3be76164d9.tar.gz gentoo-ff936e838a003e778f2b08b427a1aa3be76164d9.tar.bz2 gentoo-ff936e838a003e778f2b08b427a1aa3be76164d9.zip |
www-apps/prowlarr-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/prowlarr-bin/prowlarr-bin-1.30.1.4928-r1.ebuild (renamed from www-apps/prowlarr-bin/prowlarr-bin-1.30.1.4928.ebuild) | 3 |
1 files changed, 1 insertions, 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 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() { |