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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24144158087 for ; Fri, 8 Oct 2021 07:45:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 757F9E0845; Fri, 8 Oct 2021 07:45:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A520E0845 for ; Fri, 8 Oct 2021 07:45:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7375A342D9D for ; Fri, 8 Oct 2021 07:45:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C0A9105 for ; Fri, 8 Oct 2021 07:45:27 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1633679119.1d7c638fa70568bbe7e9e455f0303d872d1df9a2.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astunparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/astunparse/astunparse-1.6.3.ebuild X-VCS-Directories: dev-python/astunparse/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 1d7c638fa70568bbe7e9e455f0303d872d1df9a2 X-VCS-Branch: master Date: Fri, 8 Oct 2021 07:45: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: 8118838d-14fb-4941-a53b-5dd98967dee2 X-Archives-Hash: 1aa313bddbf0710b94c27b68ca5976c4 commit: 1d7c638fa70568bbe7e9e455f0303d872d1df9a2 Author: Marek Szuba gentoo org> AuthorDate: Fri Oct 8 07:43:55 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Oct 8 07:45:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7c638f dev-python/astunparse: keyword 1.6.3 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/astunparse/astunparse-1.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/astunparse/astunparse-1.6.3.ebuild b/dev-python/astunparse/astunparse-1.6.3.ebuild index 797c73fedc3..9b4e339f373 100644 --- a/dev-python/astunparse/astunparse-1.6.3.ebuild +++ b/dev-python/astunparse/astunparse-1.6.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~sparc x86" +KEYWORDS="amd64 ~riscv ~sparc x86" RDEPEND=" >=dev-python/six-1.6.1[${PYTHON_USEDEP}]