diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:45:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:21:02 +0100 |
commit | c9a3e8ea76c2cfb0f859d4834455b0a304b981d2 (patch) | |
tree | 85645c08f3b4d0c7e5bcdc8e02f494bb6e8ec7d8 /net-vpn | |
parent | net-vpn/frp: drop superfluous dies (diff) | |
download | gentoo-c9a3e8ea76c2cfb0f859d4834455b0a304b981d2.tar.gz gentoo-c9a3e8ea76c2cfb0f859d4834455b0a304b981d2.tar.bz2 gentoo-c9a3e8ea76c2cfb0f859d4834455b0a304b981d2.zip |
net-vpn/iodine: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/iodine/iodine-0.7.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/iodine/iodine-0.7.0-r2.ebuild b/net-vpn/iodine/iodine-0.7.0-r2.ebuild index 1b2ec7a257c9..1309208900ab 100644 --- a/net-vpn/iodine/iodine-0.7.0-r2.ebuild +++ b/net-vpn/iodine/iodine-0.7.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit linux-info eutils toolchain-funcs +inherit linux-info epatch toolchain-funcs DESCRIPTION="IP over DNS tunnel" HOMEPAGE="http://code.kryo.se/iodine/" |