Diff cpp-httplib-0.13.3 with a cpp-httplib-0.14.0

/usr/portage/dev-cpp/cpp-httplib/cpp-httplib-0.14.0.ebuild 2023-10-09 14:52:29.300368345 +0300
9 9

  
10 10
DESCRIPTION="C++ HTTP/HTTPS server and client library"
11 11
HOMEPAGE="https://github.com/yhirose/cpp-httplib/"
12
SRC_URI="https://github.com/yhirose/cpp-httplib/archive/v${PV}.tar.gz
13
	-> ${P}.tar.gz"
12

  
13
if [[ ${PV} == *9999* ]] ; then
14
	inherit git-r3
15
	EGIT_REPO_URI="https://github.com/yhirose/${PN}.git"
16
else
17
	SRC_URI="https://github.com/yhirose/${PN}/archive/v${PV}.tar.gz
18
		-> ${P}.tar.gz"
19
	KEYWORDS="amd64 ~loong ~x86"
20
fi
14 21

  
15 22
LICENSE="MIT"
16 23
SLOT="0/$(ver_cut 1-2)"  # soversion
17
KEYWORDS="amd64 ~loong ~x86"
18 24

  
19 25
IUSE="brotli ssl test zlib"
20 26
REQUIRED_USE="test? ( brotli ssl zlib )"
Thank you!