Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arp-sk/
Date: Sat, 03 Apr 2021 19:53:34
Message-Id: 1617479575.abc531b46a2b2e5ea2102e1dc9adbef62c5335f1.sam@gentoo
1 commit: abc531b46a2b2e5ea2102e1dc9adbef62c5335f1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 3 19:15:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 19:52:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc531b4
7
8 net-analyzer/arp-sk: eutils->epatch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 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
16 index 773e349fc87..dd4c76e5f82 100644
17 --- a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
18 +++ b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
19 @@ -1,12 +1,14 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 -inherit autotools eutils multilib
26 +
27 +inherit autotools epatch multilib
28
29 DESCRIPTION="A swiss knife tool for ARP"
30 HOMEPAGE="http://sid.rstack.org/arp-sk/"
31 SRC_URI="http://sid.rstack.org/arp-sk/files/${P}.tgz"
32 +
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="amd64 ppc x86"