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 60474158011 for ; Thu, 14 Jul 2022 20:38:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65009E0C4A; Thu, 14 Jul 2022 20:38:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4C16FE0C4A for ; Thu, 14 Jul 2022 20:38:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 670AD341227 for ; Thu, 14 Jul 2022 20:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6ECC535 for ; Thu, 14 Jul 2022 20:38:13 +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: <1657831080.e2d1c138eae86e788379dbf45ffe85f5cbc44515.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-lsp-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-lsp-server/python-lsp-server-1.5.0.ebuild X-VCS-Directories: dev-python/python-lsp-server/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e2d1c138eae86e788379dbf45ffe85f5cbc44515 X-VCS-Branch: master Date: Thu, 14 Jul 2022 20:38:13 +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: 798accb3-e159-4d73-a21f-96a3fecba975 X-Archives-Hash: 90aac845abb65bffb5a9d7e047e88b45 commit: e2d1c138eae86e788379dbf45ffe85f5cbc44515 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jul 14 20:38:00 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Jul 14 20:38:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d1c138 dev-python/python-lsp-server: Keyword 1.5.0 arm64, #857801 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/python-lsp-server/python-lsp-server-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-lsp-server/python-lsp-server-1.5.0.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.5.0.ebuild index fc684a0c4a68..2993d158f174 100644 --- a/dev-python/python-lsp-server/python-lsp-server-1.5.0.ebuild +++ b/dev-python/python-lsp-server/python-lsp-server-1.5.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="all-plugins"