diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:07:25 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:05 +0100 |
commit | a790a71933e079d1fba8f7e0a83e4d20675908d1 (patch) | |
tree | 77a8c79cc2a961d55a5ee849010808627683bb5f /net-misc/icmptx | |
parent | sys-apps/mklibs: move to EAPI 7 (diff) | |
download | portage-a790a71933e079d1fba8f7e0a83e4d20675908d1.tar.xz |
net-misc/icmptx: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'net-misc/icmptx')
-rw-r--r-- | net-misc/icmptx/icmptx-0.2-r1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
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 } |