dev-ml/odate: add subslot, disable tests

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2025-10-21 18:08:26 +00:00
parent ca4fefd9e1
commit 40d97eeda0

View File

@@ -10,10 +10,14 @@ HOMEPAGE="https://github.com/hhugo/odate"
SRC_URI="https://github.com/hhugo/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
# Tests are broken
# see https://github.com/hhugo/odate/issues/7
RESTRICT="test"
RDEPEND="
>=dev-ml/menhir-20230608:=[ocamlopt?]
>=dev-lang/ocaml-4.07:=[ocamlopt?]