diff options
author | 2024-10-15 19:38:16 +0200 | |
---|---|---|
committer | 2024-10-15 19:39:28 +0200 | |
commit | c7cf48cfc3d0de2eff08d5be9f434c70be0b6b84 (patch) | |
tree | 5bb12bcdbaaf29761abd2bf0e0f76dd7cae06126 /dev-ml | |
parent | sys-kernel/gentoo-sources: drop 6.11.0 (diff) | |
download | gentoo-c7cf48cfc3d0de2eff08d5be9f434c70be0b6b84.tar.gz gentoo-c7cf48cfc3d0de2eff08d5be9f434c70be0b6b84.tar.bz2 gentoo-c7cf48cfc3d0de2eff08d5be9f434c70be0b6b84.zip |
dev-ml/ocaml-compiler-libs: not for ocaml-5
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3-r1.ebuild (renamed from dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild) | 4 | ||||
-rw-r--r-- | dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4-r1.ebuild (renamed from dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild) | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3-r1.ebuild index 6c06290ddd52..91bfffeca6aa 100644 --- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild +++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,3 +13,5 @@ LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt" + +RDEPEND="<dev-lang/ocaml-15" diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4-r1.ebuild index 9867417d2e6a..25b0036b9083 100644 --- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild +++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4-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 @@ -13,3 +13,5 @@ LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" + +RDEPEND="<dev-lang/ocaml-15" |