commit:     1ccc24fce0631eace00077f4b77dd6466045fee6
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Sun Oct 19 09:34:51 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Oct 19 09:52:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ccc24fc

dev-ml/eqaf: add subslot, impl testing

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

 dev-ml/eqaf/eqaf-0.10.ebuild | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/dev-ml/eqaf/eqaf-0.10.ebuild b/dev-ml/eqaf/eqaf-0.10.ebuild
index 2fb796b30a..9d7fc86c4d 100644
--- a/dev-ml/eqaf/eqaf-0.10.ebuild
+++ b/dev-ml/eqaf/eqaf-0.10.ebuild
@@ -10,9 +10,11 @@ HOMEPAGE="https://github.com/mirage/eqaf";
 SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64"
-IUSE="+ocamlopt"
+IUSE="+ocamlopt test"
+
+RESTRICT="!test? ( test )"
 
 DOCS=( README.md CHANGES.md )
 
@@ -20,4 +22,13 @@ RDEPEND="
        >=dev-lang/ocaml-4.3:=[ocamlopt?]
        >=dev-ml/cstruct-1.10:=[ocamlopt?]
 "
-DEPEND="${RDEPEND}"
+
+DEPEND="
+       ${RDEPEND}
+       test? (
+               >=dev-ml/ocaml-base64-3.0.0:=[ocamlopt?]
+               dev-ml/alcotest:=[ocamlopt?]
+               dev-ml/crowbar:=[ocamlopt?]
+               >=dev-ml/fmt-0.8.7:=[ocamlopt?]
+       )
+"

Reply via email to