Diff iotop-c-1.27 with a iotop-c-1.31

/usr/portage/sys-process/iotop-c/iotop-c-1.31.ebuild 2026-01-27 11:18:04.675093871 +0300
1
# Copyright 2022-2025 Gentoo Authors
1
# Copyright 2022-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12

  
13 13
LICENSE="GPL-2+"
14 14
SLOT="0"
15
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
15
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
16 16

  
17 17
RDEPEND="
18 18
	sys-libs/ncurses:=
Thank you!