Diff radeontop-1.3-r3 with a radeontop-1.4

/usr/portage/app-misc/radeontop/radeontop-1.4.ebuild 2023-10-09 14:52:28.816368333 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5

  
5 6
inherit toolchain-funcs
6 7

  
7 8
DESCRIPTION="Utility to view Radeon GPU utilization"
......
10 11

  
11 12
LICENSE="GPL-3"
12 13
SLOT="0"
13
KEYWORDS="~amd64 ~x86"
14
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
14 15
IUSE="nls video_cards_amdgpu video_cards_radeon"
15 16
REQUIRED_USE="
16 17
	|| ( video_cards_amdgpu video_cards_radeon )
Thank you!