summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 02:59:19 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:55:05 +0100
commit01ac1c40953e8a2b3ee2c52aa050f9143c8cbd5f (patch)
tree703c14021d3d24cd83d3c95c60e16365b91681e0 /net-analyzer/openbsd-netcat
parentnet-analyzer/nttcp: EAPI 7, eutils-- (diff)
downloadgentoo-01ac1c40953e8a2b3ee2c52aa050f9143c8cbd5f.tar.gz
gentoo-01ac1c40953e8a2b3ee2c52aa050f9143c8cbd5f.tar.bz2
gentoo-01ac1c40953e8a2b3ee2c52aa050f9143c8cbd5f.zip
net-analyzer/openbsd-netcat: drop unused eutils
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/openbsd-netcat')
-rw-r--r--net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild
index 298a47420fd0..7a6f5c184609 100644
--- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild
+++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit toolchain-funcs eutils
+inherit toolchain-funcs
DESCRIPTION="The OpenBSD network swiss army knife"
HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/"