Diff arping-2.23 with a arping-9999
/usr/portage/net-analyzer/arping/arping-9999.ebuild 2023-10-09 14:52:33.304368446 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
12 | 12 |
inherit git-r3 |
13 | 13 |
else |
14 | 14 |
SRC_URI="https://github.com/ThomasHabets/${PN}/archive/${P}.tar.gz" |
15 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux" |
|
15 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" |
|
16 | 16 | |
17 | 17 |
S="${WORKDIR}/${PN}-${P}" |
18 | 18 |
fi |
... | ... | |
35 | 35 | |
36 | 36 |
FILECAPS=( cap_net_raw usr/sbin/arping ) |
37 | 37 | |
38 |
PATCHES=( |
|
39 |
"${FILESDIR}"/${PN}-2.23-configure.ac-seccomp-disable.patch |
|
40 |
) |
|
41 | ||
42 | 38 |
src_prepare() { |
43 | 39 |
default |
44 | 40 |