diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-06-01 23:49:40 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-06-01 23:49:40 +0200 |
commit | 6c212579b5435f453e19dc1729051846dc7459d7 (patch) | |
tree | ef5ac32379bc257d9b084276e450f40fdcb1d5b0 /dev-ml/ocaml-stdint | |
parent | dev-ml/ounit2: req dune-3 (diff) | |
download | gentoo-6c212579b5435f453e19dc1729051846dc7459d7.tar.gz gentoo-6c212579b5435f453e19dc1729051846dc7459d7.tar.bz2 gentoo-6c212579b5435f453e19dc1729051846dc7459d7.zip |
dev-ml/ocaml-stdint: req dune-3
Closes: https://bugs.gentoo.org/922921
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-stdint')
-rw-r--r-- | dev-ml/ocaml-stdint/ocaml-stdint-0.7.2-r1.ebuild (renamed from dev-ml/ocaml-stdint/ocaml-stdint-0.7.2.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/ocaml-stdint/ocaml-stdint-0.7.2.ebuild b/dev-ml/ocaml-stdint/ocaml-stdint-0.7.2-r1.ebuild index ea2718d47453..ef16ff625fd4 100644 --- a/dev-ml/ocaml-stdint/ocaml-stdint-0.7.2.ebuild +++ b/dev-ml/ocaml-stdint/ocaml-stdint-0.7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,3 +16,4 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="+ocamlopt" RESTRICT="test" # some tests fails +BDEPEND=">=dev-ml/dune-3" |