From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1390175-garchives=archives.gentoo.org@lists.gentoo.org>
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 8E01A15808E
	for <garchives@archives.gentoo.org>; Tue, 26 Apr 2022 17:32:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BC567E0817;
	Tue, 26 Apr 2022 17:32:54 +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 7C33DE0817
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Apr 2022 17:32:54 +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 1011B341B36
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Apr 2022 17:32:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CEBF3BE
	for <gentoo-commits@lists.gentoo.org>; Tue, 26 Apr 2022 17:32:48 +0000 (UTC)
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" <gentoo@aisha.cc>
Message-ID: <1650994346.b6074b35be3a9d9e5b0c91e9a98e831becb71901.epsilon-0@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/dpdk/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: net-libs/dpdk/dpdk-21.11.1.ebuild net-libs/dpdk/dpdk-22.03.ebuild
X-VCS-Directories: net-libs/dpdk/
X-VCS-Committer: epsilon-0
X-VCS-Committer-Name: Aisha Tammy
X-VCS-Revision: b6074b35be3a9d9e5b0c91e9a98e831becb71901
X-VCS-Branch: dev
Date: Tue, 26 Apr 2022 17:32:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8f628a76-6031-405a-9051-654664e57ef7
X-Archives-Hash: 892d7f1083c544ab0d704e936ec59f61

commit:     b6074b35be3a9d9e5b0c91e9a98e831becb71901
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Apr 26 17:32:26 2022 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Apr 26 17:32:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6074b35

net-libs/dpdk: restrict tests

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 net-libs/dpdk/dpdk-21.11.1.ebuild | 4 ++--
 net-libs/dpdk/dpdk-22.03.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/dpdk/dpdk-21.11.1.ebuild b/net-libs/dpdk/dpdk-21.11.1.ebuild
index 0f9a707a0..2fd9062a8 100644
--- a/net-libs/dpdk/dpdk-21.11.1.ebuild
+++ b/net-libs/dpdk/dpdk-21.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 # tests require rte_kni module to be loaded
 # and also needs network and /dev access
 # and need to be run as root
-#RESTRICT="test"
+RESTRICT="test"
 
 DEPEND="${PYTHON_DEPS}
 	$(python_gen_cond_dep '

diff --git a/net-libs/dpdk/dpdk-22.03.ebuild b/net-libs/dpdk/dpdk-22.03.ebuild
index ed32f138d..f95886673 100644
--- a/net-libs/dpdk/dpdk-22.03.ebuild
+++ b/net-libs/dpdk/dpdk-22.03.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 # tests require rte_kni module to be loaded
 # and also needs network and /dev access
 # and need to be run as root
-#RESTRICT="test"
+RESTRICT="test"
 
 DEPEND="${PYTHON_DEPS}
 	$(python_gen_cond_dep '