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 CC3D9158086 for ; Tue, 7 Dec 2021 08:40:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32A6B2BC011; Tue, 7 Dec 2021 08:40:17 +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 314DE2BC007 for ; Tue, 7 Dec 2021 08:40: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5B1634349A for ; Tue, 7 Dec 2021 08:40:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A948421E for ; Tue, 7 Dec 2021 08:40:11 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1638866400.d69ab0b7cd42c8f3e1e3302bd12a6ac212d0fcdc.kumba@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.3.ebuild X-VCS-Directories: dev-python/pylama/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: d69ab0b7cd42c8f3e1e3302bd12a6ac212d0fcdc X-VCS-Branch: master Date: Tue, 7 Dec 2021 08:40:11 +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: ffd99cf7-2418-4b8a-a95f-b01b05639c39 X-Archives-Hash: 1799eb6ec7bc92f7564be613f40084f2 commit: d69ab0b7cd42c8f3e1e3302bd12a6ac212d0fcdc Author: Joshua Kinard gentoo org> AuthorDate: Tue Dec 7 08:33:51 2021 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Tue Dec 7 08:40:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69ab0b7 dev-python/pylama: Added ~mips to KEYWORDS Bug: https://bugs.gentoo.org/808399 Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.28, Repoman-3.0.3 dev-python/pylama/pylama-8.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pylama/pylama-8.3.3.ebuild b/dev-python/pylama/pylama-8.3.3.ebuild index 56e1af7e7500..fab10b0885f6 100644 --- a/dev-python/pylama/pylama-8.3.3.ebuild +++ b/dev-python/pylama/pylama-8.3.3.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 ~x86" +KEYWORDS="~amd64 ~mips ~x86" RDEPEND=" >=dev-python/mccabe-0.6.1[${PYTHON_USEDEP}]