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 4D019138334 for ; Mon, 2 Jul 2018 00:49:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8C43E08D9; Mon, 2 Jul 2018 00:49:45 +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 80185E08D9 for ; Mon, 2 Jul 2018 00:49:45 +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 68FD8335CA3 for ; Mon, 2 Jul 2018 00:49:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3862535D for ; Mon, 2 Jul 2018 00:49:40 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1530491193.bc48a89af5cb5b334644dc1b07431f068e525059.whissi@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-r2.ebuild X-VCS-Directories: net-analyzer/netperf/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: bc48a89af5cb5b334644dc1b07431f068e525059 X-VCS-Branch: master Date: Mon, 2 Jul 2018 00:49:40 +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-Archives-Salt: 6e786790-15e7-4c97-94c4-e4e462d64b94 X-Archives-Hash: 5e9bea1fddb5151122a9747c5fa599fc commit: bc48a89af5cb5b334644dc1b07431f068e525059 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jul 2 00:26:33 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jul 2 00:26:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc48a89a net-analyzer/netperf: x86 stable (bug #659286) Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild index fb06676de1e..a0d87cf6730 100644 --- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild +++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild @@ -6,7 +6,7 @@ inherit eutils flag-o-matic user 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 sparc x86" HOMEPAGE="http://www.netperf.org/" LICENSE="netperf"