commit: abc531b46a2b2e5ea2102e1dc9adbef62c5335f1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 19:15:14 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 19:52:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc531b4
net-analyzer/arp-sk: eutils->epatch Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild | 6 ++++-- 1 file 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 773e349fc87..dd4c76e5f82 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"
