Diff dahdi-tools-3.1.0-r4 with a dahdi-tools-3.2.0

/usr/portage/net-misc/dahdi-tools/dahdi-tools-3.2.0.ebuild 2023-10-09 14:52:34.640368480 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit autotools bash-completion-r1 perl-functions udev
7 7

  
......
16 16
PATCHES=(
17 17
	"${FILESDIR}/dahdi-nondigium-blacklist.patch"
18 18
	"${FILESDIR}/dahdi-tools-3.1.0-parallel-make-no-config.patch"
19
	"${FILESDIR}/dahdi-tools-3.1.0-fno-common.patch"
20 19
	"${FILESDIR}/dahdi-tools-3.1.0-execinfo.patch"
21 20
	"${FILESDIR}/dahdi-tools-3.1.0-cplusplusexternc.patch"
21
	"${FILESDIR}/dahdi-tools-3.2.0-lto.patch"
22 22
)
23 23

  
24 24
DEPEND="dev-libs/newt
25 25
	net-misc/dahdi
26 26
	sys-kernel/linux-headers
27
	virtual/libusb:0
27
	virtual/libusb:1
28 28
	ppp? ( net-dialup/ppp:= )"
29 29
RDEPEND="${DEPEND}
30 30
	dev-lang/perl:=
......
60 60
	bashcomp_alias dahdi $(sed -nre 's/^complete -F .* //p' "${ED}${bashcompdir}/dahdi" ||
61 61
		die "Error parsing dahdi bash completion file for commands")
62 62

  
63
	rm "${ED}"/usr/$(get_libdir)/libtonezone.a || die "Unable to remove static libs from install."
64 63
	# Delete *if* the libtool file exists, bug #778380
65 64
	find "${ED}" -name '*.la' -delete || die
66 65
}
Thank you!