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 080ED158086 for ; Tue, 28 Dec 2021 19:40:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 247CB2BC080; Tue, 28 Dec 2021 19:40:14 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B54C2BC080 for ; Tue, 28 Dec 2021 19:40:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A08A342ECF for ; Tue, 28 Dec 2021 19:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D6CE268 for ; Tue, 28 Dec 2021 19:40:10 +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: <1640720398.b001c598c1e3729119df7fb0c0df779719fe1bdc.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylama/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylama/pylama-8.3.6.ebuild X-VCS-Directories: dev-python/pylama/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b001c598c1e3729119df7fb0c0df779719fe1bdc X-VCS-Branch: master Date: Tue, 28 Dec 2021 19:40:10 +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: dff35e3e-6e72-4165-b643-ea97913c9fa9 X-Archives-Hash: a6d30b16b1c31e455c79060f26e4b01b commit: b001c598c1e3729119df7fb0c0df779719fe1bdc Author: Arthur Zamarin gentoo org> AuthorDate: Tue Dec 28 19:39:58 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Dec 28 19:39:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b001c598 dev-python/pylama: Keyword 8.3.6 ia64, #830166 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pylama/pylama-8.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pylama/pylama-8.3.6.ebuild b/dev-python/pylama/pylama-8.3.6.ebuild index ce8d2f9e7182..d98d8730f63b 100644 --- a/dev-python/pylama/pylama-8.3.6.ebuild +++ b/dev-python/pylama/pylama-8.3.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/klen/pylama/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86" RDEPEND=" >=dev-python/mccabe-0.6.1[${PYTHON_USEDEP}]