dev-ml/ocaml-yaml: add subslot, restrict tests

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2025-10-24 04:36:24 +00:00
parent 98f1aee82f
commit 8915296321

View File

@@ -11,10 +11,12 @@ HOMEPAGE="https://github.com/avsm/ocaml-yaml"
SRC_URI="https://github.com/avsm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="ISC"
SLOT="0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
IUSE="+ocamlopt"
# some test deps not (yet) packaged, junit_alcotest
RESTRICT="test"
RDEPEND="
>=dev-ml/ocaml-ctypes-0.14.0:=[ocamlopt?]