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 82423139345 for ; Thu, 22 Jul 2021 22:26:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8D94E09BD; Thu, 22 Jul 2021 22:26:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF07CE09BD for ; Thu, 22 Jul 2021 22:26:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99317342A77 for ; Thu, 22 Jul 2021 22:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE6D97A2 for ; Thu, 22 Jul 2021 22:25:58 +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: <1626992752.41479a8f50a379e7c23c60f470ba10708c8b9570.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bats/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bats/bats-1.3.0.ebuild X-VCS-Directories: dev-util/bats/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 41479a8f50a379e7c23c60f470ba10708c8b9570 X-VCS-Branch: master Date: Thu, 22 Jul 2021 22:25:58 +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: 26aa738d-1e81-4018-aac9-8935c7b3b296 X-Archives-Hash: bd43879a23bad9e934a9641b145b9885 commit: 41479a8f50a379e7c23c60f470ba10708c8b9570 Author: Marek Szuba gentoo org> AuthorDate: Thu Jul 22 22:21:25 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Jul 22 22:25:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41479a8f dev-util/bats: keyword 1.3.0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-util/bats/bats-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bats/bats-1.3.0.ebuild b/dev-util/bats/bats-1.3.0.ebuild index dec3ecfe24f..452bf442d00 100644 --- a/dev-util/bats/bats-1.3.0.ebuild +++ b/dev-util/bats/bats-1.3.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86" DEPEND="app-shells/bash:*" RDEPEND="${DEPEND}"