Diff dahdi-3.1.0-r4 with a dahdi-3.2.0

/usr/portage/net-misc/dahdi/dahdi-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 flag-o-matic linux-mod toolchain-funcs
7 7

  
8 8
MY_P="${P/dahdi/dahdi-linux}"
9 9
JNET=1.0.14
10
GENTOO_PATCHVERSION=3.1.0-r4
11
GENTOO_SOURCEVERSION=3.1.0-r4
10
GENTOO_PATCHVERSION=3.2.0
11
GENTOO_SOURCEVERSION=3.2.0
12 12
S="${WORKDIR}/${MY_P}"
13 13

  
14 14
JNET_DRIVERS="cwain qozap ztgsm"
Thank you!