diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:56:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:26 +0100 |
commit | f099e7075d59c9eaaf8b7cce86e06f27e558e862 (patch) | |
tree | db769f1754084de123105640e59bf2cf638e93a9 /net-misc/telnet-bsd | |
parent | net-misc/stunnel: multilib-- (diff) | |
download | gentoo-f099e7075d59c9eaaf8b7cce86e06f27e558e862.tar.gz gentoo-f099e7075d59c9eaaf8b7cce86e06f27e558e862.tar.bz2 gentoo-f099e7075d59c9eaaf8b7cce86e06f27e558e862.zip |
net-misc/telnet-bsd: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/telnet-bsd')
-rw-r--r-- | net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild index ede40e95565b..f2de7105394a 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools toolchain-funcs + +inherit autotools epatch toolchain-funcs DESCRIPTION="Telnet and telnetd ported from OpenBSD with IPv6 support" HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/" |