commit:     8915296321215ba6f1e481cd740fd7e8cc667771
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Fri Oct 24 04:36:24 2025 +0000
Commit:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
CommitDate: Fri Oct 24 04:36:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89152963

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

Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>

 dev-ml/ocaml-yaml/ocaml-yaml-3.2.0.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-ml/ocaml-yaml/ocaml-yaml-3.2.0.ebuild 
b/dev-ml/ocaml-yaml/ocaml-yaml-3.2.0.ebuild
index e28432e9af..2a95ae824b 100644
--- a/dev-ml/ocaml-yaml/ocaml-yaml-3.2.0.ebuild
+++ b/dev-ml/ocaml-yaml/ocaml-yaml-3.2.0.ebuild
@@ -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?]

Reply via email to