diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 03:00:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:55:01 +0100 |
commit | 56c9fc95c9865e7be17355946f8e476cc407bda8 (patch) | |
tree | 962b312bd8a5cfae249335c072d8b66598d242a0 /net-analyzer/netselect | |
parent | net-analyzer/netselect: add github remote-id (diff) | |
download | gentoo-56c9fc95c9865e7be17355946f8e476cc407bda8.tar.gz gentoo-56c9fc95c9865e7be17355946f8e476cc407bda8.tar.bz2 gentoo-56c9fc95c9865e7be17355946f8e476cc407bda8.zip |
net-analyzer/netselect: drop unused eutils in old
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/netselect')
-rw-r--r-- | net-analyzer/netselect/netselect-0.4-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/netselect/netselect-0.4-r1.ebuild b/net-analyzer/netselect/netselect-0.4-r1.ebuild index 11fd0ab2cae5..34aafe6fa113 100644 --- a/net-analyzer/netselect/netselect-0.4-r1.ebuild +++ b/net-analyzer/netselect/netselect-0.4-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs + +inherit toolchain-funcs DESCRIPTION="Ultrafast implementation of ping" HOMEPAGE="http://apenwarr.ca/netselect/" |