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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 098E815813A for ; Wed, 22 Jan 2025 01:20:07 +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 D79B53417BD for ; Wed, 22 Jan 2025 01:20:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 588E2E0207; 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 E98A1E01E4 for ; Wed, 22 Jan 2025 01:19:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25804335CAF for ; Wed, 22 Jan 2025 01:19:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8549F97F 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.5272df85f6d6f2061eed02b3d384e3bfed4e8009.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jackett-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jackett-bin/jackett-bin-0.21.2146-r1.ebuild www-apps/jackett-bin/jackett-bin-0.21.2146.ebuild X-VCS-Directories: www-apps/jackett-bin/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 5272df85f6d6f2061eed02b3d384e3bfed4e8009 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: f7ff499b-ce34-4b3e-a788-fa6bf04c704a X-Archives-Hash: 9c80721dbde521edfff4f0d11dae86a5 commit: 5272df85f6d6f2061eed02b3d384e3bfed4e8009 Author: Maciej Barć gentoo org> AuthorDate: Tue Jan 21 23:15:53 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=5272df85 www-apps/jackett-bin: remove lttng-ust dependency Bug: https://bugs.gentoo.org/941894 Signed-off-by: Maciej Barć gentoo.org> Signed-off-by: Craig Andrews gentoo.org> ...{jackett-bin-0.21.2146.ebuild => jackett-bin-0.21.2146-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www-apps/jackett-bin/jackett-bin-0.21.2146.ebuild b/www-apps/jackett-bin/jackett-bin-0.21.2146-r1.ebuild similarity index 94% rename from www-apps/jackett-bin/jackett-bin-0.21.2146.ebuild rename to www-apps/jackett-bin/jackett-bin-0.21.2146-r1.ebuild index 796483bb98ec..c70fc98f9089 100644 --- a/www-apps/jackett-bin/jackett-bin-0.21.2146.ebuild +++ b/www-apps/jackett-bin/jackett-bin-0.21.2146-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -52,7 +52,6 @@ RDEPEND=" acct-user/jackett media-video/mediainfo dev-libs/icu - dev-util/lttng-ust:0 dev-db/sqlite " @@ -62,7 +61,7 @@ src_prepare() { default # https://github.com/dotnet/runtime/issues/57784 - rm libcoreclrtraceptprovider.so || die + find . -type f -iname libcoreclrtraceptprovider.so -delete || die } src_install() {