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 73F8415808B for ; Mon, 14 Mar 2022 21:05:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D38E084A; Mon, 14 Mar 2022 21:05:48 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A714E084A for ; Mon, 14 Mar 2022 21:05:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56086342E2A for ; Mon, 14 Mar 2022 21:05:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 521B431B for ; Mon, 14 Mar 2022 21:05:04 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1647291855.dd8ffc3919895a436563f3905e9a4abb55080387.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netperf/netperf-2.7.0-r3.ebuild X-VCS-Directories: net-analyzer/netperf/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: dd8ffc3919895a436563f3905e9a4abb55080387 X-VCS-Branch: master Date: Mon, 14 Mar 2022 21:05:04 +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: 2024bd93-bf3c-42e2-bfd5-01e1c884546d X-Archives-Hash: 8f7abcfe675e2057dcc8672ac8d0588e commit: dd8ffc3919895a436563f3905e9a4abb55080387 Author: Jakov Smolić gentoo org> AuthorDate: Mon Mar 14 21:04:15 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Mar 14 21:04:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8ffc39 net-analyzer/netperf: keyword 2.7.0-r3 for ~riscv Signed-off-by: Jakov Smolić gentoo.org> net-analyzer/netperf/netperf-2.7.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/netperf/netperf-2.7.0-r3.ebuild b/net-analyzer/netperf/netperf-2.7.0-r3.ebuild index 93441fc7cb54..950df8cd767b 100644 --- a/net-analyzer/netperf/netperf-2.7.0-r3.ebuild +++ b/net-analyzer/netperf/netperf-2.7.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit flag-o-matic DESCRIPTION="Network performance benchmark" SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2" -KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" HOMEPAGE="http://www.netperf.org/" LICENSE="netperf"