diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:58:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:00 +0100 |
commit | c34c541b899975c3d631e28f6274016dd6bbc677 (patch) | |
tree | 87379431911c45cd1bb27010b0a20eda1cc761a9 /net-misc/lanmap/lanmap-81-r2.ebuild | |
parent | net-misc/l7-protocols: eutils-- (diff) | |
download | gentoo-c34c541b899975c3d631e28f6274016dd6bbc677.tar.gz gentoo-c34c541b899975c3d631e28f6274016dd6bbc677.tar.bz2 gentoo-c34c541b899975c3d631e28f6274016dd6bbc677.zip |
net-misc/lanmap: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/lanmap/lanmap-81-r2.ebuild')
-rw-r--r-- | net-misc/lanmap/lanmap-81-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/lanmap/lanmap-81-r2.ebuild b/net-misc/lanmap/lanmap-81-r2.ebuild index 044049046494..eead125ec3f6 100644 --- a/net-misc/lanmap/lanmap-81-r2.ebuild +++ b/net-misc/lanmap/lanmap-81-r2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils toolchain-funcs + +inherit autotools epatch toolchain-funcs DESCRIPTION="lanmap sits quietly on a network and builds a picture of what it sees" HOMEPAGE="http://www.parseerror.com/lanmap" |