Diff oidn-1.4.2 with a oidn-1.4.3

/usr/portage/media-libs/oidn/oidn-1.4.3.ebuild 2023-10-09 14:52:31.704368406 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9,10} )
6
PYTHON_COMPAT=( python3_{9..11} )
7 7

  
8 8
inherit cmake python-single-r1
9 9

  
10 10
DESCRIPTION="Intel(R) Open Image Denoise library"
11
HOMEPAGE="http://www.openimagedenoise.org/"
11
HOMEPAGE="https://www.openimagedenoise.org/"
12 12

  
13 13
if [[ ${PV} = *9999 ]]; then
14
	inherit git-r3
15 14
	EGIT_REPO_URI="https://github.com/OpenImageDenoise/oidn.git"
16 15
	EGIT_BRANCH="master"
16
	inherit git-r3
17 17
else
18 18
	SRC_URI="https://github.com/OpenImageDenoise/${PN}/releases/download/v${PV}/${P}.src.tar.gz -> ${P}.tar.gz"
19 19
	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
Thank you!