Diff tesseract-5.3.2 with a tesseract-9999

/usr/portage/app-text/tesseract/tesseract-9999.ebuild 2023-10-09 14:52:28.896368335 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools multilib-minimal toolchain-funcs
6
inherit autotools git-r3 multilib-minimal toolchain-funcs
7 7

  
8 8
DESCRIPTION="An OCR Engine, originally developed at HP, now open source"
9 9
HOMEPAGE="https://github.com/tesseract-ocr"
10
SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
10
EGIT_REPO_URI="https://github.com/tesseract-ocr/${PN}.git"
11 11

  
12 12
LICENSE="Apache-2.0"
13
SLOT="0/5"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
13
SLOT="0"
14
KEYWORDS=""
15 15
IUSE="doc float32 jpeg opencl openmp png static-libs tiff training webp"
16 16

  
17 17
COMMON_DEPEND=">=media-libs/leptonica-1.74:=[${MULTILIB_USEDEP},zlib,tiff?,jpeg?,png?,webp?]
Thank you!