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 76F1F158087 for ; Fri, 28 Jan 2022 18:41:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2F052BC09C; Fri, 28 Jan 2022 18:41: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89DB42BC09C for ; Fri, 28 Jan 2022 18:41:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 889D4343326 for ; Fri, 28 Jan 2022 18:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E5122D1 for ; Fri, 28 Jan 2022 18:41:25 +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: <1643395267.00940d023ab51c436d78f49b2977d5d580d408ca.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spur/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spur/spur-0.3.22.ebuild X-VCS-Directories: dev-python/spur/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 00940d023ab51c436d78f49b2977d5d580d408ca X-VCS-Branch: master Date: Fri, 28 Jan 2022 18:41:25 +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: 0ec8640a-9ad7-4e07-a066-7d607a5100e4 X-Archives-Hash: 473ab1cb58add27cc734a95ec7ba5881 commit: 00940d023ab51c436d78f49b2977d5d580d408ca Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 28 18:41:07 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 28 18:41:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00940d02 dev-python/spur: Keyword 0.3.22 ppc64, #832088 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/spur/spur-0.3.22.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/spur/spur-0.3.22.ebuild b/dev-python/spur/spur-0.3.22.ebuild index 02d0bab16ca7..0b5e31be2505 100644 --- a/dev-python/spur/spur-0.3.22.ebuild +++ b/dev-python/spur/spur-0.3.22.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=7 @@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" RDEPEND=" dev-python/paramiko[${PYTHON_USEDEP}]"