From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D041139335 for ; Mon, 28 Jun 2021 15:23:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0210E086C; Mon, 28 Jun 2021 15:23:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2080E086C for ; Mon, 28 Jun 2021 15:23:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5478F33BEE0 for ; Mon, 28 Jun 2021 15:23:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD81D797 for ; Mon, 28 Jun 2021 15:23:14 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1624893780.dd947619b0b1a936bb9fb01aad2eb69ab4371cb9.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-sdk-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild X-VCS-Directories: dev-dotnet/dotnet-sdk-bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: dd947619b0b1a936bb9fb01aad2eb69ab4371cb9 X-VCS-Branch: master Date: Mon, 28 Jun 2021 15:23:14 +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: 617b9884-33cb-43e6-bb39-be8fedc7acce X-Archives-Hash: 00d0461fc947ca8a6f408406d3d28000 commit: dd947619b0b1a936bb9fb01aad2eb69ab4371cb9 Author: Zac Medico gentoo org> AuthorDate: Mon Jun 28 15:17:26 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 28 15:23:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd947619 dev-dotnet/dotnet-sdk-bin: add soname deps (bug 798990) I will delay the revbump for the time being in case any other changes arise today, and leave bug 798990 open as a reminder. Reported-by: Agostino Sarubbo gentoo.org> Bug: https://bugs.gentoo.org/798990 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild index 30e9b4e6de5..ef420c241e6 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild @@ -21,7 +21,12 @@ IUSE="+dotnet-symlink" REQUIRED_USE="elibc_glibc" QA_PREBUILT="*" RESTRICT+=" splitdebug" -RDEPEND="dotnet-symlink? ( !dev-dotnet/dotnet-sdk[dotnet-symlink(+)] )" +RDEPEND=" + app-crypt/mit-krb5:0/0 + dev-util/lttng-ust:0 + sys-libs/zlib:0/1 + dotnet-symlink? ( !dev-dotnet/dotnet-sdk[dotnet-symlink(+)] ) +" S=${WORKDIR}