Diff iwdevtools-0.12.7 with a iwdevtools-0.12.8

/usr/portage/app-portage/iwdevtools/iwdevtools-0.12.8.ebuild 2023-10-09 14:52:28.848368334 +0300
6 6
inherit meson optfeature
7 7

  
8 8
DESCRIPTION="Small tools to aid with Gentoo development, primarily intended for QA"
9
HOMEPAGE="https://github.com/ionenwks/iwdevtools"
10
SRC_URI="https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
9
HOMEPAGE="https://github.com/ionenwks/iwdevtools/"
10
SRC_URI="
11
	https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz
12
		-> ${P}.tar.gz
13
"
11 14

  
12 15
LICENSE="BSD-2"
13 16
SLOT="0"
......
24 27
	sys-apps/diffutils
25 28
	sys-apps/file
26 29
	sys-apps/portage
27
	|| ( sys-apps/util-linux app-misc/getopt )"
30
	|| ( sys-apps/util-linux app-misc/getopt )
31
"
28 32
BDEPEND="
29 33
	sys-apps/help2man
30 34
	|| ( sys-apps/util-linux app-misc/getopt )
31
	test? ( ${RDEPEND} )"
35
	test? ( ${RDEPEND} )
36
"
32 37

  
33 38
src_configure() {
34 39
	local emesonargs=(
Thank you!