Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/dpdk/
Date: Tue, 26 Apr 2022 17:32:55
Message-Id: 1650994346.b6074b35be3a9d9e5b0c91e9a98e831becb71901.epsilon-0@gentoo
1 commit: b6074b35be3a9d9e5b0c91e9a98e831becb71901
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Tue Apr 26 17:32:26 2022 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Tue Apr 26 17:32:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6074b35
7
8 net-libs/dpdk: restrict tests
9
10 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
11
12 net-libs/dpdk/dpdk-21.11.1.ebuild | 4 ++--
13 net-libs/dpdk/dpdk-22.03.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-libs/dpdk/dpdk-21.11.1.ebuild b/net-libs/dpdk/dpdk-21.11.1.ebuild
17 index 0f9a707a0..2fd9062a8 100644
18 --- a/net-libs/dpdk/dpdk-21.11.1.ebuild
19 +++ b/net-libs/dpdk/dpdk-21.11.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2021-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27 # tests require rte_kni module to be loaded
28 # and also needs network and /dev access
29 # and need to be run as root
30 -#RESTRICT="test"
31 +RESTRICT="test"
32
33 DEPEND="${PYTHON_DEPS}
34 $(python_gen_cond_dep '
35
36 diff --git a/net-libs/dpdk/dpdk-22.03.ebuild b/net-libs/dpdk/dpdk-22.03.ebuild
37 index ed32f138d..f95886673 100644
38 --- a/net-libs/dpdk/dpdk-22.03.ebuild
39 +++ b/net-libs/dpdk/dpdk-22.03.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 2021 Gentoo Authors
42 +# Copyright 2021-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -18,7 +18,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
47 # tests require rte_kni module to be loaded
48 # and also needs network and /dev access
49 # and need to be run as root
50 -#RESTRICT="test"
51 +RESTRICT="test"
52
53 DEPEND="${PYTHON_DEPS}
54 $(python_gen_cond_dep '