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 E4613158011 for ; Sun, 4 Sep 2022 18:21:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17810E082B; Sun, 4 Sep 2022 18:21:54 +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 F3CABE082B for ; Sun, 4 Sep 2022 18:21:53 +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 804EA340E56 for ; Sun, 4 Sep 2022 18:21:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDE135CD for ; Sun, 4 Sep 2022 18:21:49 +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: <1662315696.da7dbd84e8866601431279fc283ccd53b7091e55.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtslib-fb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild X-VCS-Directories: dev-python/rtslib-fb/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: da7dbd84e8866601431279fc283ccd53b7091e55 X-VCS-Branch: master Date: Sun, 4 Sep 2022 18:21:49 +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: 3947fc09-41fa-40a4-84f2-65c9030f06f6 X-Archives-Hash: 626909e097c80223bf08eaee24c24710 commit: da7dbd84e8866601431279fc283ccd53b7091e55 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Sep 4 18:18:55 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Sep 4 18:21:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7dbd84 dev-python/rtslib-fb: Keyword 2.1.74 sparc, #866506 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild index d123935e36fd..142d6ccfa8e1 100644 --- a/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" RDEPEND="dev-python/pyudev[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]"