commit: 46f8689261b175ccf21567ef674c3f132aec30d5 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 24 19:56:43 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jan 24 19:56:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f86892
net-analyzer/arping: Stabilize 2.25 amd64, #943487 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-analyzer/arping/arping-2.25.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/arping/arping-2.25.ebuild b/net-analyzer/arping/arping-2.25.ebuild index 495a5460fe68..840aad19be5e 100644 --- a/net-analyzer/arping/arping-2.25.ebuild +++ b/net-analyzer/arping/arping-2.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/ThomasHabets/${PN}/archive/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${PN}-${P}" fi