Diff libstatgrab-0.92 with a libstatgrab-0.92.1

/usr/portage/sys-libs/libstatgrab/libstatgrab-0.92.1.ebuild 2023-10-09 14:52:35.556368503 +0300
1 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 6
DESCRIPTION="A tool to provide access to statistics about the system on which it's run"
7 7
HOMEPAGE="https://www.i-scream.org/libstatgrab/"
......
9 9

  
10 10
LICENSE="|| ( GPL-2 LGPL-2.1 )"
11 11
SLOT="0"
12
KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ppc ~riscv x86"
12
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~riscv ~x86"
13 13
IUSE="examples test"
14 14
RESTRICT="!test? ( test )"
15 15

  
Thank you!