Diff hwinfo-22.2-r1 with a hwinfo-23.1-r1

/usr/portage/sys-apps/hwinfo/hwinfo-23.1-r1.ebuild 2023-10-09 14:52:35.376368499 +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
inherit rpm toolchain-funcs
7 7

  
......
9 9
HOMEPAGE="https://github.com/openSUSE/hwinfo/"
10 10
#Using srpms from SUSE to get pregenerated changelog, otherwise we could use GH
11 11
#SRC_URI="https://github.com/openSUSE/hwinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"
12
SRC_URI="http://download.opensuse.org/tumbleweed/repo/src-oss/src/${P}-1.2.src.rpm"
12
SRC_URI="http://download.opensuse.org/tumbleweed/repo/src-oss/src/${P}-1.1.src.rpm"
13 13

  
14 14
LICENSE="GPL-2"
15 15
SLOT="0"
16
KEYWORDS="amd64 ~arm ~arm64 ppc ~riscv x86 ~amd64-linux ~x86-linux"
16
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux"
17 17
IUSE=""
18 18

  
19
RDEPEND="
20
	amd64? ( dev-libs/libx86emu:= )
19
RDEPEND="amd64? ( dev-libs/libx86emu:= )
21 20
	x86? ( dev-libs/libx86emu:= )"
22 21
DEPEND="${RDEPEND}
23
	sys-devel/flex
24 22
	>=sys-kernel/linux-headers-2.6.17"
23
BDEPEND="sys-devel/flex"
25 24

  
26 25
MAKEOPTS="${MAKEOPTS} -j1"
27 26

  
Thank you!