diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:11:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:16:28 +0100 |
commit | 35ef326b9610666b2bc2a4bb7c741ac745d172de (patch) | |
tree | f4b5bf09bbb227c32374579d58dac43004ce7419 /dev-perl/Net-Pcap | |
parent | dev-perl/DBIx-Safe: eutils-- (diff) | |
download | gentoo-35ef326b9610666b2bc2a4bb7c741ac745d172de.tar.gz gentoo-35ef326b9610666b2bc2a4bb7c741ac745d172de.tar.bz2 gentoo-35ef326b9610666b2bc2a4bb7c741ac745d172de.zip |
dev-perl/Net-Pcap: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Net-Pcap')
-rw-r--r-- | dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild b/dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild index 2cd3019cb27a..4bbc2d5625b1 100644 --- a/dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild +++ b/dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 DIST_AUTHOR=SAPER DIST_VERSION=0.18 DIST_EXAMPLES=( "eg/*" ) -inherit perl-module eutils +inherit perl-module DESCRIPTION="Interface to the pcap(3) LBL packet capture library" |