Skip to content

Commit

Permalink
dev-ml/dune-private-libs: depend on matching dev-ml/dune version
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/753710
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Nov 10, 2020
1 parent 65c415d commit 6441220
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions dev-ml/dune-private-libs/dune-private-libs-2.7.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

BDEPEND="
~dev-ml/dune-2.7.1
test? (
dev-ml/ppx_expect
)"
DEPEND="
dev-ml/csexp:=
dev-ml/findlib:=
"
RDEPEND="${DEPEND}"
DEPEND="${DEPEND}
test? (
dev-ml/ppx_expect
)"
S=${WORKDIR}/dune-${PV}

S="${WORKDIR}/dune-${PV}"

src_prepare() {
default
Expand Down

0 comments on commit 6441220

Please sign in to comment.