From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E982115813A for ; Wed, 22 Jan 2025 01:20:20 +0000 (UTC) Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BCFBE342FB0 for ; Wed, 22 Jan 2025 01:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97C53E03DF; Wed, 22 Jan 2025 01:19:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BB2AE03DF for ; Wed, 22 Jan 2025 01:19:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3EFE335CAF for ; Wed, 22 Jan 2025 01:19:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E80BD2503 for ; Wed, 22 Jan 2025 01:19:54 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1737508790.1b7c6cc8df1a136e18a55f117323ad4d7c9d4998.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/sonarr-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/sonarr-bin/sonarr-bin-4.0.12.2866-r1.ebuild www-apps/sonarr-bin/sonarr-bin-4.0.12.2866.ebuild X-VCS-Directories: www-apps/sonarr-bin/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 1b7c6cc8df1a136e18a55f117323ad4d7c9d4998 X-VCS-Branch: master Date: Wed, 22 Jan 2025 01:19:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a504e0d3-045d-41b2-a054-14b8f1b5186b X-Archives-Hash: e6a19e3e868c36f1f82e655ceb9207c1 commit: 1b7c6cc8df1a136e18a55f117323ad4d7c9d4998 Author: Maciej Barć gentoo org> AuthorDate: Tue Jan 21 23:23:20 2025 +0000 Commit: Craig Andrews gentoo 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ć gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/40250 Signed-off-by: Craig Andrews 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() {