From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-896085-garchives=archives.gentoo.org@lists.gentoo.org>
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 2EC2E13832F
	for <garchives@archives.gentoo.org>; Mon,  8 Aug 2016 08:39:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E4ADEE0B3F;
	Mon,  8 Aug 2016 08:39:48 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 36738E0B1B
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Aug 2016 08:39:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E6706340AC0
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Aug 2016 08:39:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 84B332451
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Aug 2016 08:39:45 +0000 (UTC)
From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" <bircoph@gentoo.org>
Message-ID: <1470645514.746010461373f4c4f0c6c68d1acfb6e49705e547.bircoph@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-analyzer/netperf/metadata.xml
X-VCS-Directories: net-analyzer/netperf/
X-VCS-Committer: bircoph
X-VCS-Committer-Name: Andrew Savchenko
X-VCS-Revision: 746010461373f4c4f0c6c68d1acfb6e49705e547
X-VCS-Branch: master
Date: Mon,  8 Aug 2016 08:39:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 22437888-45d1-4459-b10f-f1b04dd4e9ed
X-Archives-Hash: c6771f677ff3131735a2907bc1210a35

commit:     746010461373f4c4f0c6c68d1acfb6e49705e547
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 08:25:37 2016 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 08:38:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74601046

net-analyzer/netperf: USE=sctp is now global

Removing local sctp USE flag description, as flag is global now,
see [1] for details.

[1] https://archives.gentoo.org/gentoo-dev/message/427fac41fbe21ec98dfba63b1d68efe5

Package-Manager: portage-2.3.0
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 net-analyzer/netperf/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-analyzer/netperf/metadata.xml b/net-analyzer/netperf/metadata.xml
index a4f8a9a..e00d443 100644
--- a/net-analyzer/netperf/metadata.xml
+++ b/net-analyzer/netperf/metadata.xml
@@ -7,6 +7,5 @@
 </maintainer>
 <use>
 <flag name="demo">Emit interim results during the run. May affect results</flag>
-<flag name="sctp">Include tests to measure SCTP performance</flag>
 </use>
 </pkgmetadata>