summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatoro Mahri <matoro_gentoo@matoro.tk>2024-01-13 13:07:39 -0500
committerSam James <sam@gentoo.org>2024-01-14 04:12:41 +0000
commit3c95c50a4d6869c73bc8ea375fed59fefdaa2102 (patch)
treea667452d8dfd03d52c21fab8e4997024389c7c87
parentdev-debug/valgrind: Stabilize 3.21.0-r2 arm64, #922067 (diff)
downloadgentoo-3c95c50a.tar.gz
gentoo-3c95c50a.tar.bz2
gentoo-3c95c50a.zip
net-analyzer/arping: Stabilize 2.23 amd64, #886221
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/arping/arping-2.23.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/arping/arping-2.23.ebuild b/net-analyzer/arping/arping-2.23.ebuild
index 1c129b98221d..a3e2331b6158 100644
--- a/net-analyzer/arping/arping-2.23.ebuild
+++ b/net-analyzer/arping/arping-2.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 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 ~ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}-${P}"
fi