From a790a71933e079d1fba8f7e0a83e4d20675908d1 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 18:07:25 +0100 Subject: net-misc/icmptx: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- net-misc/icmptx/icmptx-0.2-r1.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'net-misc') diff --git a/net-misc/icmptx/icmptx-0.2-r1.ebuild b/net-misc/icmptx/icmptx-0.2-r1.ebuild index e4120d35..a8d000f9 100644 --- a/net-misc/icmptx/icmptx-0.2-r1.ebuild +++ b/net-misc/icmptx/icmptx-0.2-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit git-r3 linux-info DESCRIPTION="IP over ICMP tunnel" HOMEPAGE="https://github.com/jakkarth/icmptx" LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86 ~ppc" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="client server" REQUIRED_USE="|| ( client server )" @@ -18,11 +18,13 @@ EGIT_COMMIT="${PV}" CONFIG_CHECK="~TUN" +PATCHES=( + "${FILESDIR}/${P}-BJA-Makefile.diff" +) + src_prepare() { default - eapply "${FILESDIR}/${P}-BJA-Makefile.diff" - tc-export CC } -- cgit v1.2.3