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 D0D8A158090 for ; Mon, 9 May 2022 18:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AF53E08F7; Mon, 9 May 2022 18:42:13 +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 F3C53E08F7 for ; Mon, 9 May 2022 18:42:12 +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 034BA341452 for ; Mon, 9 May 2022 18:42:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FBA6D3 for ; Mon, 9 May 2022 18:42:10 +0000 (UTC) From: "Andrew Ammerlaan" 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 Ammerlaan" Message-ID: <1652121654.d6614517b0a132ca17fa78471b61a6c234bd633f.andrewammerlaan@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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d6614517b0a132ca17fa78471b61a6c234bd633f X-VCS-Branch: dev Date: Mon, 9 May 2022 18:42:10 +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: 1b0aec4c-d686-458b-9295-a13e6151ef2e X-Archives-Hash: e5ec82594c0c9435ddd5d198215bddbd Message-ID: <20220509184210.D6P-RBP3oEU6_Pclmd6K_j2KpUkecwwnYYbUnYdK3qE@z> commit: d6614517b0a132ca17fa78471b61a6c234bd633f Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 9 18:40:54 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 9 18:40:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6614517 net-libs/dpdk: drop UnusedInherits Signed-off-by: Andrew Ammerlaan gentoo.org> net-libs/dpdk/dpdk-21.11.1.ebuild | 2 +- net-libs/dpdk/dpdk-22.03.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/dpdk/dpdk-21.11.1.ebuild b/net-libs/dpdk/dpdk-21.11.1.ebuild index 2fd9062a8..4fa949953 100644 --- a/net-libs/dpdk/dpdk-21.11.1.ebuild +++ b/net-libs/dpdk/dpdk-21.11.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -inherit toolchain-funcs python-single-r1 meson +inherit python-single-r1 meson DESCRIPTION="Data Plane Development Kit libraries for fast userspace networking" HOMEPAGE="https://dpdk.org/" diff --git a/net-libs/dpdk/dpdk-22.03.ebuild b/net-libs/dpdk/dpdk-22.03.ebuild index f95886673..7b72a35c3 100644 --- a/net-libs/dpdk/dpdk-22.03.ebuild +++ b/net-libs/dpdk/dpdk-22.03.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -inherit toolchain-funcs python-single-r1 meson +inherit python-single-r1 meson DESCRIPTION="Data Plane Development Kit libraries for fast userspace networking" HOMEPAGE="https://dpdk.org/"