Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openbsd-netcat/
Date: Sat, 03 Apr 2021 15:57:21
Message-Id: 1617465305.01ac1c40953e8a2b3ee2c52aa050f9143c8cbd5f.sam@gentoo
1 commit: 01ac1c40953e8a2b3ee2c52aa050f9143c8cbd5f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 01:59:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:55:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ac1c40
7
8 net-analyzer/openbsd-netcat: drop unused eutils
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild
16 index 298a47420fd..7a6f5c18460 100644
17 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild
18 +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -inherit toolchain-funcs eutils
27 +inherit toolchain-funcs
28
29 DESCRIPTION="The OpenBSD network swiss army knife"
30 HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/"