diff options
author | 2021-01-29 08:30:48 +0100 | |
---|---|---|
committer | 2021-01-29 08:30:48 +0100 | |
commit | 5c33a614eb3df0b5e4a5aba3e2eca7b9f0d17181 (patch) | |
tree | f04cc6eba75202aabb8956d30249038be7185708 /dev-ml | |
parent | sys-kernel/pf-sources: bump to 5.10-pf10 (diff) | |
download | gentoo-5c33a614eb3df0b5e4a5aba3e2eca7b9f0d17181.tar.gz gentoo-5c33a614eb3df0b5e4a5aba3e2eca7b9f0d17181.tar.bz2 gentoo-5c33a614eb3df0b5e4a5aba3e2eca7b9f0d17181.zip |
dev-ml/ocamlify: dep on ocaml-4.05
Closes: https://bugs.gentoo.org/704238
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlify/ocamlify-0.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild index 0f54e07a5cc1..f5e146b1104b 100644 --- a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild +++ b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="" +RDEPEND="~dev-lang/ocaml-4.05.0" DEPEND="${RDEPEND}" IUSE="" |