Diff bwping-2.5 with a bwping-2.6

/usr/portage/net-analyzer/bwping/bwping-2.6.ebuild 2025-07-29 16:22:15.664460845 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
9 9

  
10 10
LICENSE="BSD"
11 11
SLOT="0"
12
KEYWORDS="amd64 ~sparc x86"
12
KEYWORDS="~amd64 ~sparc ~x86"
13 13

  
14 14
src_test() {
15 15
	[[ ${UID} = 0 ]] && default
Thank you!