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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D68F7158094 for ; Thu, 6 Oct 2022 20:56:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD298E08F6; Thu, 6 Oct 2022 20:56:33 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id C07CDE08F6 for ; Thu, 6 Oct 2022 20:56:33 +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 C050E33CEF2 for ; Thu, 6 Oct 2022 20:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BB08602 for ; Thu, 6 Oct 2022 20:56:31 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1665089680.edb1f85490719f26853b73adf24752a646452b6e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/dotnet-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/dotnet-sdk/dotnet-sdk-3.1-r1.ebuild virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild virtual/dotnet-sdk/dotnet-sdk-5.0-r1.ebuild virtual/dotnet-sdk/dotnet-sdk-5.0.ebuild virtual/dotnet-sdk/dotnet-sdk-6.0-r1.ebuild virtual/dotnet-sdk/dotnet-sdk-6.0.ebuild X-VCS-Directories: virtual/dotnet-sdk/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: edb1f85490719f26853b73adf24752a646452b6e X-VCS-Branch: master Date: Thu, 6 Oct 2022 20:56:31 +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: 418aaa5f-7942-429b-b300-8dc6ee62938b X-Archives-Hash: 29f76933ffdbbafe21d9bec7fca88093 commit: edb1f85490719f26853b73adf24752a646452b6e Author: Maciej Barć gentoo org> AuthorDate: Thu Oct 6 20:53:57 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Oct 6 20:54:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb1f854 virtual/dotnet-sdk: require one dep to have dotnet-symlink enabled Closes: https://bugs.gentoo.org/875758 Signed-off-by: Maciej Barć gentoo.org> .../{dotnet-sdk-3.1.ebuild => dotnet-sdk-3.1-r1.ebuild} | 9 ++++++--- .../{dotnet-sdk-5.0.ebuild => dotnet-sdk-5.0-r1.ebuild} | 9 ++++++--- .../{dotnet-sdk-6.0.ebuild => dotnet-sdk-6.0-r1.ebuild} | 9 ++++++--- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild b/virtual/dotnet-sdk/dotnet-sdk-3.1-r1.ebuild similarity index 50% rename from virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild rename to virtual/dotnet-sdk/dotnet-sdk-3.1-r1.ebuild index a24b53ff8347..d548f7df93c2 100644 --- a/virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild +++ b/virtual/dotnet-sdk/dotnet-sdk-3.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Virtual for .NET SDK" @@ -10,4 +10,7 @@ SLOT="3.1" KEYWORDS="~amd64 ~arm ~arm64" BDEPEND="" -RDEPEND="|| ( dev-dotnet/dotnet-sdk-bin:${SLOT} dev-dotnet/dotnet-sdk:${SLOT} )" +RDEPEND="|| ( + dev-dotnet/dotnet-sdk-bin:${SLOT}[dotnet-symlink(+)] + dev-dotnet/dotnet-sdk:${SLOT}[dotnet-symlink(+)] +)" diff --git a/virtual/dotnet-sdk/dotnet-sdk-5.0.ebuild b/virtual/dotnet-sdk/dotnet-sdk-5.0-r1.ebuild similarity index 50% rename from virtual/dotnet-sdk/dotnet-sdk-5.0.ebuild rename to virtual/dotnet-sdk/dotnet-sdk-5.0-r1.ebuild index a3718fa1af9a..0e5309ec70cb 100644 --- a/virtual/dotnet-sdk/dotnet-sdk-5.0.ebuild +++ b/virtual/dotnet-sdk/dotnet-sdk-5.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Virtual for .NET SDK" @@ -10,4 +10,7 @@ SLOT="5.0" KEYWORDS="~amd64 ~arm ~arm64" BDEPEND="" -RDEPEND="|| ( dev-dotnet/dotnet-sdk-bin:${SLOT} dev-dotnet/dotnet-sdk:${SLOT} )" +RDEPEND="|| ( + dev-dotnet/dotnet-sdk-bin:${SLOT}[dotnet-symlink(+)] + dev-dotnet/dotnet-sdk:${SLOT}[dotnet-symlink(+)] +)" diff --git a/virtual/dotnet-sdk/dotnet-sdk-6.0.ebuild b/virtual/dotnet-sdk/dotnet-sdk-6.0-r1.ebuild similarity index 50% rename from virtual/dotnet-sdk/dotnet-sdk-6.0.ebuild rename to virtual/dotnet-sdk/dotnet-sdk-6.0-r1.ebuild index 196214323d40..0f168710e260 100644 --- a/virtual/dotnet-sdk/dotnet-sdk-6.0.ebuild +++ b/virtual/dotnet-sdk/dotnet-sdk-6.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Virtual for .NET SDK" @@ -10,4 +10,7 @@ SLOT="6.0" KEYWORDS="~amd64 ~arm ~arm64" BDEPEND="" -RDEPEND="|| ( dev-dotnet/dotnet-sdk-bin:${SLOT} dev-dotnet/dotnet-sdk:${SLOT} )" +RDEPEND="|| ( + dev-dotnet/dotnet-sdk-bin:${SLOT}[dotnet-symlink(+)] + dev-dotnet/dotnet-sdk:${SLOT}[dotnet-symlink(+)] +)"