diff --git a/dev-ml/odate/odate-0.7.ebuild b/dev-ml/odate/odate-0.7.ebuild index 9ff2c67885..bd31fe5ec2 100644 --- a/dev-ml/odate/odate-0.7.ebuild +++ b/dev-ml/odate/odate-0.7.ebuild @@ -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?]