Diff open-iscsi-2.1.8 with a open-iscsi-2.1.9

/usr/portage/sys-block/open-iscsi/open-iscsi-2.1.9.ebuild 2023-10-09 14:52:35.440368500 +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
......
9 9
HOMEPAGE="https://www.open-iscsi.com/"
10 10
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11 11

  
12
LICENSE="GPL-2"
12
LICENSE="LGPL-3+ GPL-2+"
13 13
SLOT="0/0.2"
14 14
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
15 15
IUSE="debug infiniband +tcp rdma systemd"
......
74 74
src_configure() {
75 75
	use debug && append-cppflags -DDEBUG_TCP -DDEBUG_SCSI
76 76

  
77
	# TODO: Make sys-block/open-isns optional if useful? There's an upstream
78
	# build system option for this already as of 2.1.9.
77 79
	local emesonargs=(
78 80
		-Dsystemddir="$(systemd_get_utildir)"
79 81
		-Drulesdir="$(get_udevdir)"/rules.d
Thank you!