commit: 62245d3ea252f5c3fabe543cfaa7d76f39c32309 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 25 00:44:45 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 25 00:44:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62245d3e
dev-ml/dune-configurator: version lock dune-private-libs in 2.7.1 too See also: 29a78bb9eea46318fc02a457e3431788db15a462 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/dune-configurator/dune-configurator-2.7.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ml/dune-configurator/dune-configurator-2.7.1.ebuild b/dev-ml/dune-configurator/dune-configurator-2.7.1.ebuild index 3da9571b6f3..933a27b61f8 100644 --- a/dev-ml/dune-configurator/dune-configurator-2.7.1.ebuild +++ b/dev-ml/dune-configurator/dune-configurator-2.7.1.ebuild @@ -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 @@ -8,6 +8,7 @@ inherit dune DESCRIPTION="A composable build system for OCaml" HOMEPAGE="https://github.com/ocaml/dune" SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> dune-${PV}.tar.gz" +S="${WORKDIR}/dune-${PV}" LICENSE="Apache-2.0" SLOT="0/${PV}" @@ -16,15 +17,14 @@ IUSE="+ocamlopt test" RESTRICT="!test? ( test )" DEPEND=" - dev-ml/dune-private-libs:= + ~dev-ml/dune-private-libs-${PV}:= dev-ml/csexp:= " RDEPEND="${DEPEND}" DEPEND="${DEPEND} test? ( dev-ml/ppx_expect - )" -S=${WORKDIR}/dune-${PV} + )" src_configure(){ :
