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 4F4A21382C5 for ; Mon, 8 Jun 2020 10:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8295FE086E; Mon, 8 Jun 2020 10:05:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 360CBE086E for ; Mon, 8 Jun 2020 10:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5821C34F342 for ; Mon, 8 Jun 2020 10:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14C28286 for ; Mon, 8 Jun 2020 10:04:59 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1591610679.2ef0c12c64a0c4d1a25758eab34541bd66955aea.cynede@gentoo> Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin-common/, dev-dotnet/dotnetcore-sdk-bin/ X-VCS-Repository: repo/proj/dotnet X-VCS-Files: dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild X-VCS-Directories: dev-dotnet/dotnetcore-sdk-bin-common/ dev-dotnet/dotnetcore-sdk-bin/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: 2ef0c12c64a0c4d1a25758eab34541bd66955aea X-VCS-Branch: master Date: Mon, 8 Jun 2020 10:04:59 +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: 4d1f6030-eccd-446c-b97f-33df9703d5ce X-Archives-Hash: 236a45ced92afdaff207fe12c7ebef40 commit: 2ef0c12c64a0c4d1a25758eab34541bd66955aea Author: Gergely Nagy ngg hu> AuthorDate: Mon Mar 16 23:21:49 2020 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Mon Jun 8 10:04:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=2ef0c12c dotnetcore-sdk-bin(-common): 3.0 has reached end of life Signed-off-by: Mikhail Pukhlikov gentoo.org> .../dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild | 2 +- dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild index ca66ea3..b86b25c 100644 --- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild +++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild @@ -14,7 +14,7 @@ amd64? ( https://download.visualstudio.microsoft.com/download/pr/43f3a3bd-3df2-4 " SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="" QA_PREBUILT="*" RESTRICT="splitdebug" diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild index f5a5f74..47d2e18 100644 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild @@ -14,7 +14,7 @@ amd64? ( https://download.visualstudio.microsoft.com/download/pr/43f3a3bd-3df2-4 " SLOT="3.0" -KEYWORDS="~amd64" +KEYWORDS="" QA_PREBUILT="*" RESTRICT="splitdebug"