diff options
Diffstat (limited to 'net-misc')
-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 } |