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 5588D158093 for ; Sat, 18 Sep 2021 12:29:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB43CE081B; Sat, 18 Sep 2021 12:29:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9435AE081B for ; Sat, 18 Sep 2021 12:29:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99E42342E2F for ; Sat, 18 Sep 2021 12:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41906102 for ; Sat, 18 Sep 2021 12:29:50 +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: <1631968173.9b830a501b4ef7bd4baddc14d796f8d06a8e7a1e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/dkjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/dkjson/dkjson-2.5-r100.ebuild X-VCS-Directories: dev-lua/dkjson/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9b830a501b4ef7bd4baddc14d796f8d06a8e7a1e X-VCS-Branch: master Date: Sat, 18 Sep 2021 12:29:50 +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: 8a358dd2-d49b-4938-bda6-3783407876bb X-Archives-Hash: dc4dddf47fd316127c54decd9713eb42 commit: 9b830a501b4ef7bd4baddc14d796f8d06a8e7a1e Author: Marek Szuba gentoo org> AuthorDate: Sat Sep 18 12:04:24 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Sep 18 12:29:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b830a50 dev-lua/dkjson: keyword 2.5-r100 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-lua/dkjson/dkjson-2.5-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/dkjson/dkjson-2.5-r100.ebuild b/dev-lua/dkjson/dkjson-2.5-r100.ebuild index dad5791e695..a04ce11a624 100644 --- a/dev-lua/dkjson/dkjson-2.5-r100.ebuild +++ b/dev-lua/dkjson/dkjson-2.5-r100.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://dkolf.de/src/dkjson-lua.fsl/tarball/${P}.tar.gz?uuid=release_2_5 LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )"