From 9923716e0dbf341e02e2ff35b5314b6835b31bb6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 4 Mar 2021 05:00:21 +0000 Subject: [PATCH] net-analyzer/tcpdump: adjust live ebuild slightly (style) Signed-off-by: Sam James --- net-analyzer/tcpdump/tcpdump-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild index 6f074f38fb23c..4765315651b12 100644 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools git-r3 DESCRIPTION="A Tool for network monitoring and data acquisition" @@ -87,5 +88,5 @@ src_install() { } pkg_postinst() { - use suid && elog "To let normal users run tcpdump add them to the pcap group." + use suid && elog "To let normal users run tcpdump, add them to the pcap group." }