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 15826158013 for ; Wed, 13 Dec 2023 19:28:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4494E2BC025; Wed, 13 Dec 2023 19:28:04 +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 2DFD92BC025 for ; Wed, 13 Dec 2023 19:28:04 +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 5830F335D7B for ; Wed, 13 Dec 2023 19:28:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAAC9125F for ; Wed, 13 Dec 2023 19:28:01 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1702495676.cc4c8d313a2cc44bc0d3d9517871af0038f88f17.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vscode/vscode-1.85.0.ebuild X-VCS-Directories: app-editors/vscode/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cc4c8d313a2cc44bc0d3d9517871af0038f88f17 X-VCS-Branch: master Date: Wed, 13 Dec 2023 19:28:01 +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: 0b81b1c6-62c9-4d0e-a8bd-5cc8f5aad6ba X-Archives-Hash: 5046fa8313229c15f5e0a856617229b4 commit: cc4c8d313a2cc44bc0d3d9517871af0038f88f17 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Dec 13 19:27:30 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Dec 13 19:27:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4c8d31 app-editors/vscode: stabilize 1.85.0 for amd64 Signed-off-by: Arthur Zamarin gentoo.org> app-editors/vscode/vscode-1.85.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/vscode/vscode-1.85.0.ebuild b/app-editors/vscode/vscode-1.85.0.ebuild index bda3eefe732f..dc88161cc376 100644 --- a/app-editors/vscode/vscode-1.85.0.ebuild +++ b/app-editors/vscode/vscode-1.85.0.ebuild @@ -34,7 +34,7 @@ LICENSE=" W3C " SLOT="0" -KEYWORDS="-* ~amd64 ~arm ~arm64" +KEYWORDS="-* amd64 ~arm ~arm64" IUSE="kerberos" RESTRICT="mirror strip bindist"