diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-17 15:28:59 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-25 00:04:11 +0100 |
commit | f71335c3e956d53dae1d7bd826442dd6b840f4bc (patch) | |
tree | bf9e1a211f739b75c1c258b9c0ae5cb2b74c28b5 /net-libs | |
parent | media-plugins/vdr-fritzbox: add missing toolchain-funcs inherit, fix LICENSE (diff) | |
download | gentoo-f71335c3e956d53dae1d7bd826442dd6b840f4bc.tar.gz gentoo-f71335c3e956d53dae1d7bd826442dd6b840f4bc.tar.bz2 gentoo-f71335c3e956d53dae1d7bd826442dd6b840f4bc.zip |
net-libs/xdp-tools: add missing toolchain-funcs inherit
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34328
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/xdp-tools/xdp-tools-1.4.0.ebuild | 2 | ||||
-rw-r--r-- | net-libs/xdp-tools/xdp-tools-1.4.1-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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" |