From d6614517b0a132ca17fa78471b61a6c234bd633f Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 9 May 2022 20:40:54 +0200 Subject: [PATCH] net-libs/dpdk: drop UnusedInherits Signed-off-by: Andrew Ammerlaan --- 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 2fd9062a8f..4fa9499533 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 f95886673b..7b72a35c33 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/"