Diff ppx_inline_test-0.15.0-r2 with a ppx_inline_test-0.15.0-r3
/usr/portage/dev-ml/ppx_inline_test/ppx_inline_test-0.15.0-r3.ebuild 2023-10-09 14:52:29.804368358 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
DESCRIPTION="Syntax extension for writing in-line tests in ocaml code" |
9 | 9 |
HOMEPAGE="https://github.com/janestreet/ppx_inline_test" |
10 |
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
|
10 |
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz |
|
11 |
-> ${P}.tar.gz" |
|
11 | 12 | |
12 | 13 |
LICENSE="Apache-2.0" |
13 | 14 |
SLOT="0/$(ver_cut 1-2)" |
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" |
|
15 |
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" |
|
15 | 16 |
IUSE="+ocamlopt" |
16 | 17 | |
17 |
DEPEND=" |
|
18 |
# https://bugs.gentoo.org/749291#c2 |
|
19 |
RESTRICT="test" |
|
20 | ||
21 |
RDEPEND=" |
|
22 |
>=dev-ml/ppxlib-0.29.0:= |
|
18 | 23 |
dev-ml/base:= |
19 | 24 |
dev-ml/time_now:${SLOT} |
20 | 25 |
" |
21 |
RDEPEND="${DEPEND}" |
|
22 |
# https://bugs.gentoo.org/749291#c2 |
|
23 |
RESTRICT=test |
|
26 |
DEPEND="${RDEPEND}" |
|
27 | ||
28 |
PATCHES=( "${FILESDIR}"/${P}-pr39.patch ) |