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 83F12158086 for ; Sun, 28 Nov 2021 19:01:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A242BC024; Sun, 28 Nov 2021 19:01:57 +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 580532BC024 for ; Sun, 28 Nov 2021 19:01:57 +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 71F99342D29 for ; Sun, 28 Nov 2021 19:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A14D31FE for ; Sun, 28 Nov 2021 19:01:53 +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: <1638126091.e7fa6622331c16cbea1071615837a9066aee4d83.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomli-w/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tomli-w/tomli-w-0.4.0.ebuild X-VCS-Directories: dev-python/tomli-w/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e7fa6622331c16cbea1071615837a9066aee4d83 X-VCS-Branch: master Date: Sun, 28 Nov 2021 19:01:53 +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: d78eeea7-48ae-43a0-b9b3-acf645037249 X-Archives-Hash: d5b800c130f3fbc52c38dfae583edf31 commit: e7fa6622331c16cbea1071615837a9066aee4d83 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Nov 28 19:00:41 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Nov 28 19:01:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fa6622 dev-python/tomli-w: Keyword 0.4.0 ia64, #827644 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/tomli-w/tomli-w-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tomli-w/tomli-w-0.4.0.ebuild b/dev-python/tomli-w/tomli-w-0.4.0.ebuild index bbfaa89e70d4..1cf5a1dc8469 100644 --- a/dev-python/tomli-w/tomli-w-0.4.0.ebuild +++ b/dev-python/tomli-w/tomli-w-0.4.0.ebuild @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" BDEPEND=" test? ( dev-python/tomli[${PYTHON_USEDEP}] )"