From f71335c3e956d53dae1d7bd826442dd6b840f4bc Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 17 Dec 2023 15:28:59 +0100 Subject: net-libs/xdp-tools: add missing toolchain-funcs inherit Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/34328 Signed-off-by: Conrad Kostecki --- net-libs/xdp-tools/xdp-tools-1.4.0.ebuild | 2 +- net-libs/xdp-tools/xdp-tools-1.4.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-libs') diff --git a/net-libs/xdp-tools/xdp-tools-1.4.0.ebuild b/net-libs/xdp-tools/xdp-tools-1.4.0.ebuild index 400e2aa0f19e..fb70b301ec4d 100644 --- a/net-libs/xdp-tools/xdp-tools-1.4.0.ebuild +++ b/net-libs/xdp-tools/xdp-tools-1.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic +inherit flag-o-matic toolchain-funcs DESCRIPTION="The libxdp library and various tools for use with XDP" HOMEPAGE="https://github.com/xdp-project/xdp-tools" diff --git a/net-libs/xdp-tools/xdp-tools-1.4.1-r1.ebuild b/net-libs/xdp-tools/xdp-tools-1.4.1-r1.ebuild index a56fcf10ba5b..755f827fedfb 100644 --- a/net-libs/xdp-tools/xdp-tools-1.4.1-r1.ebuild +++ b/net-libs/xdp-tools/xdp-tools-1.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic +inherit flag-o-matic toolchain-funcs DESCRIPTION="The libxdp library and various tools for use with XDP" HOMEPAGE="https://github.com/xdp-project/xdp-tools" -- cgit v1.2.3-65-gdbad