Diff iwdevtools-0.12.8 with a iwdevtools-9999

/usr/portage/app-portage/iwdevtools/iwdevtools-9999.ebuild 2023-10-09 14:52:28.848368334 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit meson optfeature
6
inherit git-r3 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="
11
	https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz
12
		-> ${P}.tar.gz
13
"
9
HOMEPAGE="https://github.com/ionenwks/iwdevtools"
10
EGIT_REPO_URI="https://github.com/ionenwks/iwdevtools.git"
14 11

  
15 12
LICENSE="BSD-2"
16 13
SLOT="0"
17
KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~x64-macos"
14
KEYWORDS=""
18 15
IUSE="test"
19 16
RESTRICT="!test? ( test )"
20 17

  
Thank you!