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 29A7C158094 for ; Fri, 5 Aug 2022 12:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2729EE0FE1; Fri, 5 Aug 2022 12:06:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 099C4E0FE1 for ; Fri, 5 Aug 2022 12:06:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1DBA340C53 for ; Fri, 5 Aug 2022 12:06:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19FCB565 for ; Fri, 5 Aug 2022 12:06:27 +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: <1659701175.8c9d9e932d09367bd13b15d6c6fa3f27ab1d44ed.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configupdater/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/configupdater/configupdater-3.1.1.ebuild X-VCS-Directories: dev-python/configupdater/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8c9d9e932d09367bd13b15d6c6fa3f27ab1d44ed X-VCS-Branch: master Date: Fri, 5 Aug 2022 12:06:27 +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: a2f44fbc-d0f9-4ae0-994a-fc2de6794aa1 X-Archives-Hash: 3ec4ca52ca325c89c5c2d07524f63877 commit: 8c9d9e932d09367bd13b15d6c6fa3f27ab1d44ed Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 5 12:06:15 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 5 12:06:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9d9e93 dev-python/configupdater: Keyword 3.1.1 ia64, #861344 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/configupdater/configupdater-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/configupdater/configupdater-3.1.1.ebuild b/dev-python/configupdater/configupdater-3.1.1.ebuild index 9cad0f85c156..64cded257ddd 100644 --- a/dev-python/configupdater/configupdater-3.1.1.ebuild +++ b/dev-python/configupdater/configupdater-3.1.1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT PSF-2 PYTHON" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86" distutils_enable_tests pytest