Diff nghttp2-1.52.0 with a nghttp2-9999

/usr/portage/net-libs/nghttp2/nghttp2-9999.ebuild 2023-10-09 14:52:34.596368479 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit cmake-multilib
6
inherit cmake-multilib git-r3
7 7

  
8 8
DESCRIPTION="HTTP/2 C Library"
9 9
HOMEPAGE="https://nghttp2.org/"
10
SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
10
EGIT_REPO_URI="https://github.com/nghttp2/nghttp2.git"
11 11

  
12 12
LICENSE="MIT"
13 13
SLOT="0/1.14" # 1.<SONAME>
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
14
KEYWORDS=""
15 15
IUSE="debug hpack-tools jemalloc static-libs systemd test utils xml"
16 16

  
17 17
RESTRICT="!test? ( test )"
Thank you!