Diff react-1.2.1-r1 with a react-1.2.2-r1

/usr/portage/dev-ml/react/react-1.2.2-r1.ebuild 2023-10-09 14:52:29.808368358 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit opam
7 7

  
8 8
DESCRIPTION="OCaml module for functional reactive programming"
9 9
HOMEPAGE="http://erratique.ch/software/react https://github.com/dbuenzli/react"
10
SRC_URI="http://erratique.ch/software/react/releases/${P}.tbz"
10

  
11
if [[ ${PV} == *9999 ]]; then
12
	inherit git-r3
13
	EGIT_REPO_URI="https://github.com/dbuenzli/react.git"
14
else
15
	SRC_URI="http://erratique.ch/software/react/releases/${P}.tbz"
16
	KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
17
fi
11 18

  
12 19
LICENSE="BSD"
13 20
SLOT="0/${PV}"
14
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
15 21
IUSE="test"
16 22
RESTRICT="!test? ( test )"
17 23

  
Thank you!