Diff arping-2.25 with a arping-9999

/usr/portage/net-analyzer/arping/arping-9999.ebuild 2024-12-25 14:59:51.231270144 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 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 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
15
	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
16 16

  
17 17
	S="${WORKDIR}/${PN}-${P}"
18 18
fi
Thank you!