Diff ounit2-2.2.3 with a ounit2-2.2.4

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

  
4 4
EAPI=7
......
8 8
DESCRIPTION="Unit testing framework for OCaml"
9 9
HOMEPAGE="https://github.com/gildor478/ounit"
10 10
SRC_URI="https://github.com/gildor478/ounit/releases/download/v${PV}/ounit-v${PV}.tbz"
11
S="${WORKDIR}/ounit-v${PV}"
12

  
11 13
LICENSE="MIT"
12 14
SLOT="0/${PV}"
13
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
15
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
16
IUSE="+ocamlopt"
17

  
14 18
DEPEND="
15 19
	dev-ml/lwt:=
16 20
	dev-ml/stdlib-shims:=
17 21
"
18 22
RDEPEND="${DEPEND}"
19
BDEPEND=""
20
IUSE="+ocamlopt"
21

  
22
S="${WORKDIR}/ounit-v${PV}"
Thank you!