summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-13 14:37:37 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-13 14:37:37 +0200
commitdf03ff15aa753ad664b891393444465eeb043898 (patch)
tree42cfdb2b11980bce859a7ff9ab78e7012805d554 /net-analyzer
parentmedia-video/wireplumber: Stabilize 0.4.13 ppc, #888643 (diff)
downloadgentoo-df03ff15aa753ad664b891393444465eeb043898.tar.gz
gentoo-df03ff15aa753ad664b891393444465eeb043898.tar.bz2
gentoo-df03ff15aa753ad664b891393444465eeb043898.zip
net-analyzer/arping: Stabilize 2.23 sparc, #886221
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-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 f143eadf7e1e..51a79eee32fd 100644
--- a/net-analyzer/arping/arping-2.23.ebuild
+++ b/net-analyzer/arping/arping-2.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 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