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 0DBAC158015 for ; Mon, 27 Sep 2021 16:36:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 554E5E0986; Mon, 27 Sep 2021 16:36:15 +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 3E7DDE0986 for ; Mon, 27 Sep 2021 16:36:15 +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 64D3E342C9C for ; Mon, 27 Sep 2021 16:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 164FB10D for ; Mon, 27 Sep 2021 16:36:13 +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: <1632760565.838e3fbb193df477c295b3bd9f812a4e7cc9b367.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_cthelper/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild X-VCS-Directories: net-libs/libnetfilter_cthelper/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 838e3fbb193df477c295b3bd9f812a4e7cc9b367 X-VCS-Branch: master Date: Mon, 27 Sep 2021 16:36:13 +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: ad84cd5a-c924-4db4-a477-03b07c87802b X-Archives-Hash: 99438faaf111e6e1b1010adf1b45a666 commit: 838e3fbb193df477c295b3bd9f812a4e7cc9b367 Author: Marek Szuba gentoo org> AuthorDate: Mon Sep 27 16:26:04 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Sep 27 16:36:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838e3fbb net-libs/libnetfilter_cthelper: keyword 1.0.0-r1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild b/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild index 960e302de27..6d07d30b277 100644 --- a/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild +++ b/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv x86" BDEPEND="virtual/pkgconfig" RDEPEND="net-libs/libmnl:="