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 3022A15808B for ; Sat, 9 Apr 2022 19:24:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD027E09C2; Sat, 9 Apr 2022 19:24:16 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F82CE09C1 for ; Sat, 9 Apr 2022 19:24:16 +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 8440A341781 for ; Sat, 9 Apr 2022 19:24:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E6793AA for ; Sat, 9 Apr 2022 19:23:46 +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: <1649532214.2c0f4cea4ce1d0059ed72cefc7c8f8dc71b1334f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/editables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/editables/editables-0.2.ebuild X-VCS-Directories: dev-python/editables/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2c0f4cea4ce1d0059ed72cefc7c8f8dc71b1334f X-VCS-Branch: master Date: Sat, 9 Apr 2022 19:23:46 +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: 64188e70-6841-4c05-aa73-851fbe29902d X-Archives-Hash: 52499e1afc86cc6cee36edb02cc474fe commit: 2c0f4cea4ce1d0059ed72cefc7c8f8dc71b1334f Author: Arthur Zamarin gentoo org> AuthorDate: Sat Apr 9 19:23:34 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 9 19:23:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0f4cea dev-python/editables: Keyword 0.2 arm64, #837074 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/editables/editables-0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/editables/editables-0.2.ebuild b/dev-python/editables/editables-0.2.ebuild index fb1f3ab98e28..d02d31c92abb 100644 --- a/dev-python/editables/editables-0.2.ebuild +++ b/dev-python/editables/editables-0.2.ebuild @@ -20,6 +20,6 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~riscv ~s390 ~sparc" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~riscv ~s390 ~sparc" distutils_enable_tests pytest