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 C0B87138BF8 for ; Fri, 25 Jun 2021 17:24:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA70DE0827; Fri, 25 Jun 2021 17:24:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BC354E0827 for ; Fri, 25 Jun 2021 17:24:11 +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 D052934067D for ; Fri, 25 Jun 2021 17:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1635C7AF for ; Fri, 25 Jun 2021 17:24:07 +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: <1624641836.829d99973cba3aa77d25d5ea893c359cae6e85a3.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/slibtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/slibtool/slibtool-0.5.34.ebuild X-VCS-Directories: sys-devel/slibtool/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 829d99973cba3aa77d25d5ea893c359cae6e85a3 X-VCS-Branch: master Date: Fri, 25 Jun 2021 17:24:07 +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: 13c99581-349e-44a9-945a-f847c625b75e X-Archives-Hash: 896073b41d87fe16369e1b0c8f2b20a3 commit: 829d99973cba3aa77d25d5ea893c359cae6e85a3 Author: Marek Szuba gentoo org> AuthorDate: Fri Jun 25 17:21:48 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jun 25 17:23:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829d9997 sys-devel/slibtool: keyword 0.5.34 for ~riscv Signed-off-by: Marek Szuba gentoo.org> sys-devel/slibtool/slibtool-0.5.34.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/slibtool/slibtool-0.5.34.ebuild b/sys-devel/slibtool/slibtool-0.5.34.ebuild index 6fe991b4272..1024e6ba19a 100644 --- a/sys-devel/slibtool/slibtool-0.5.34.ebuild +++ b/sys-devel/slibtool/slibtool-0.5.34.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz" SRC_URI+=" verify-sig? ( https://dl.midipix.org/slibtool/${P}.tar.xz.sig )" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" BDEPEND="verify-sig? ( app-crypt/openpgp-keys-midipix )" fi