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 5413B15808B for ; Mon, 21 Feb 2022 15:40:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 525D5E095A; Mon, 21 Feb 2022 15:40:24 +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 3900FE095A for ; Mon, 21 Feb 2022 15:40:24 +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 1993E343212 for ; Mon, 21 Feb 2022 15:40:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72DF12EB for ; Mon, 21 Feb 2022 15:40:21 +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: <1645458013.0b78be0c1b3023d24e421b14984945804b56efcc.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/makefun/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/makefun/makefun-1.13.1.ebuild X-VCS-Directories: dev-python/makefun/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 0b78be0c1b3023d24e421b14984945804b56efcc X-VCS-Branch: master Date: Mon, 21 Feb 2022 15:40:21 +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: 343b33aa-9caf-4069-9d69-869cc3240d06 X-Archives-Hash: 7e9c29cc375b15b8c4afa59c14e9927c commit: 0b78be0c1b3023d24e421b14984945804b56efcc Author: Marek Szuba gentoo org> AuthorDate: Mon Feb 21 15:32:46 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Feb 21 15:40:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b78be0c dev-python/makefun: keyword 1.13.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/makefun/makefun-1.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/makefun/makefun-1.13.1.ebuild b/dev-python/makefun/makefun-1.13.1.ebuild index 3a44d2732c4a..28d64f17104b 100644 --- a/dev-python/makefun/makefun-1.13.1.ebuild +++ b/dev-python/makefun/makefun-1.13.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"