Diff gmmlib-22.3.11 with a gmmlib-9999

/usr/portage/media-libs/gmmlib/gmmlib-9999.ebuild 2023-10-09 14:52:31.668368405 +0300
7 7

  
8 8
inherit cmake-multilib
9 9

  
10
if [[ ${PV} == *9999 ]] ; then
11
	: ${EGIT_REPO_URI:="https://github.com/intel/gmmlib"}
12
	if [[ ${PV%9999} != "" ]] ; then
13
		: ${EGIT_BRANCH:="release/${PV%.9999}"}
14
	fi
15
	inherit git-r3
16
fi
17

  
10 18
DESCRIPTION="Intel Graphics Memory Management Library"
11 19
HOMEPAGE="https://github.com/intel/gmmlib"
12
SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz"
13
S="${WORKDIR}/${PN}-intel-${P}"
20
SRC_URI=""
14 21

  
15
KEYWORDS="~amd64"
16 22
LICENSE="MIT"
17 23
SLOT="0/12.3"
18
IUSE="+custom-cflags test"
24
IUSE="test +custom-cflags"
19 25
RESTRICT="!test? ( test )"
20 26

  
21 27
PATCHES=(
Thank you!