Skip to content

Commit

Permalink
dev-ml/dune: set min required ocaml version
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Jan 30, 2021
1 parent c77a16f commit 0934328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-ml/dune/dune-2.7.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -14,7 +14,7 @@ SLOT="0/${PV}"
KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
IUSE="test"

DEPEND="dev-lang/ocaml"
DEPEND=">=dev-lang/ocaml-4.08:="
RDEPEND="${DEPEND}
!dev-ml/jbuilder"
BDEPEND=""
Expand Down

0 comments on commit 0934328

Please sign in to comment.