Diff hw-probe-1.6.5 with a hw-probe-1.6.5_p20230812

/usr/portage/sys-apps/hw-probe/hw-probe-1.6.5_p20230812.ebuild 2023-10-09 14:52:35.376368499 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
EGIT_COMMIT="b895b77b7e03f4b1b0a5fb177118373ee0328a25"
7

  
6 8
inherit optfeature readme.gentoo-r1
7 9

  
8 10
DESCRIPTION="A tool to probe for hardware, check it's operability and find drivers"
9 11
HOMEPAGE="https://github.com/linuxhw/hw-probe/"
10
SRC_URI="https://github.com/linuxhw/hw-probe/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
12
SRC_URI="https://github.com/linuxhw/hw-probe/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
13
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
11 14

  
12 15
LICENSE="LGPL-2.1+"
13 16
SLOT="0"
14
KEYWORDS="amd64 ~arm64 x86"
17
KEYWORDS="~amd64 ~arm64 ~x86"
15 18

  
16 19
RDEPEND="
17 20
	dev-lang/perl
Thank you!