Diff lsp-plugins-1.2.6 with a lsp-plugins-9999

/usr/portage/media-libs/lsp-plugins/lsp-plugins-9999.ebuild 2023-10-09 14:52:31.700368406 +0300
1
# Copyright 2019-2023 Gentoo Authors
1
# Copyright 2019-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
10 10

  
11 11
if [[ ${PV} == *9999 ]]; then
12 12
	inherit git-r3
13
	SRC_URI=""
13 14
	EGIT_REPO_URI="https://github.com/sadko4u/lsp-plugins"
14 15
	EGIT_BRANCH="devel"
15 16
else
......
21 22
LICENSE="LGPL-3"
22 23
SLOT="0"
23 24
IUSE="doc jack ladspa +lv2 test vst X"
24
REQUIRED_USE="|| ( jack ladspa lv2 )
25
	test? ( jack )"
25
REQUIRED_USE="|| ( jack ladspa lv2 )"
26
#	test? ( jack )"
26 27

  
27 28
RESTRICT="!test? ( test )"
28 29

  
Thank you!