summaryrefslogtreecommitdiff
path: root/net-misc
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-09-14 22:45:19 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-09-14 22:45:19 +0100
commita05c3d4575f7860618a41905eecdd5e6f9fdebb1 (patch)
treea93478e64f09bc6bd1cbe7f16cad9e168f1e378f /net-misc
parentmetadata: remove master self reference (diff)
downloadportage-a05c3d4575f7860618a41905eecdd5e6f9fdebb1.tar.xz
net-misc/icmptx: update EAPI 7 -> 8
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/icmptx/icmptx-0.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/icmptx/icmptx-0.2-r1.ebuild b/net-misc/icmptx/icmptx-0.2-r1.ebuild
index a8d000f9..08f0dd19 100644
--- a/net-misc/icmptx/icmptx-0.2-r1.ebuild
+++ b/net-misc/icmptx/icmptx-0.2-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-inherit git-r3 linux-info
+EAPI=8
+inherit git-r3 linux-info toolchain-funcs
DESCRIPTION="IP over ICMP tunnel"
HOMEPAGE="https://github.com/jakkarth/icmptx"