Diff ms-gsl-4.0.0 with a ms-gsl-9999

/usr/portage/dev-cpp/ms-gsl/ms-gsl-9999.ebuild 2023-10-09 14:52:29.308368346 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit cmake
6
inherit cmake git-r3
7 7

  
8 8
DESCRIPTION="Guideline Support Library implementation by Microsoft"
9 9
HOMEPAGE="https://github.com/Microsoft/GSL"
10
SRC_URI="https://github.com/Microsoft/GSL/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11

  
12
S="${WORKDIR}/GSL-${PV}"
10
SRC_URI=""
11
EGIT_REPO_URI="https://github.com/Microsoft/GSL.git"
13 12

  
14 13
LICENSE="MIT"
15 14
SLOT="0"
16
KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
15
KEYWORDS=""
17 16
IUSE="test"
18 17
RESTRICT="!test? ( test )"
19 18

  
Thank you!