diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 20:15:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 20:52:55 +0100 |
commit | abc531b46a2b2e5ea2102e1dc9adbef62c5335f1 (patch) | |
tree | 7390e260bbc733e73b76fdad7b033808d899d2ca /net-analyzer | |
parent | net-analyzer/rtpbreak: eutils->epatch (diff) | |
download | gentoo-abc531b46a2b2e5ea2102e1dc9adbef62c5335f1.tar.gz gentoo-abc531b46a2b2e5ea2102e1dc9adbef62c5335f1.tar.bz2 gentoo-abc531b46a2b2e5ea2102e1dc9adbef62c5335f1.zip |
net-analyzer/arp-sk: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild index 773e349fc87b..dd4c76e5f827 100644 --- a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild +++ b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild @@ -1,12 +1,14 @@ -# 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 multilib + +inherit autotools epatch multilib DESCRIPTION="A swiss knife tool for ARP" HOMEPAGE="http://sid.rstack.org/arp-sk/" SRC_URI="http://sid.rstack.org/arp-sk/files/${P}.tgz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" |