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 3D7A4158088 for ; Sat, 15 Jan 2022 09:55:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D603F2BC008; Sat, 15 Jan 2022 09:55:25 +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 8FA902BC011 for ; Sat, 15 Jan 2022 09:55:25 +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 799F2342F4E for ; Sat, 15 Jan 2022 09:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 354A829A for ; Sat, 15 Jan 2022 09:55:22 +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: <1642240509.40676797e878f87fbb83a2dc0327ebc39f42549e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/executing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/executing/executing-0.8.2.ebuild X-VCS-Directories: dev-python/executing/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 40676797e878f87fbb83a2dc0327ebc39f42549e X-VCS-Branch: master Date: Sat, 15 Jan 2022 09:55:22 +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: 0fd47596-9ef9-450b-a176-20cff64603ef X-Archives-Hash: d7c43ee7c3bc058b34c4a352558882ba commit: 40676797e878f87fbb83a2dc0327ebc39f42549e Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jan 15 09:55:09 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jan 15 09:55:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40676797 dev-python/executing: Keyword 0.8.2 ia64, #808378 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/executing/executing-0.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/executing/executing-0.8.2.ebuild b/dev-python/executing/executing-0.8.2.ebuild index a5e893cb9f44..be11f474872c 100644 --- a/dev-python/executing/executing-0.8.2.ebuild +++ b/dev-python/executing/executing-0.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" # asttokens is optional runtime dep BDEPEND="