diff options
author | Sam James <sam@gentoo.org> | 2021-02-08 17:19:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-08 17:20:57 +0000 |
commit | 5eadea90a038c9bdd31328d37e1821ed4e9c525d (patch) | |
tree | 91953038bed64b376cb0444f728cfe3fdd2ce4f8 /dev-ml/opam-repository | |
parent | dev-ml/opam-repository: add ml@ (diff) | |
download | gentoo-5eadea90a038c9bdd31328d37e1821ed4e9c525d.tar.gz gentoo-5eadea90a038c9bdd31328d37e1821ed4e9c525d.tar.bz2 gentoo-5eadea90a038c9bdd31328d37e1821ed4e9c525d.zip |
dev-ml/opam-repository: fix deps
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-repository')
-rw-r--r-- | dev-ml/opam-repository/opam-repository-2.0.7-r1.ebuild (renamed from dev-ml/opam-repository/opam-repository-2.0.7.ebuild) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-ml/opam-repository/opam-repository-2.0.7.ebuild b/dev-ml/opam-repository/opam-repository-2.0.7-r1.ebuild index 11652c5bbcb6..c0970787f1db 100644 --- a/dev-ml/opam-repository/opam-repository-2.0.7.ebuild +++ b/dev-ml/opam-repository/opam-repository-2.0.7-r1.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,23 +8,22 @@ inherit dune DESCRIPTION="opam repository libraries" HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam" SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz" +S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" +RESTRICT="test" RDEPEND=" - dev-ml/opam-format:= - dev-ml/re:= + ~dev-ml/opam-format-${PV}:= + dev-ml/re:= dev-ml/dose3:= dev-ml/opam-file-format:= " DEPEND="${RDEPEND}" -S="${WORKDIR}/opam-${PV/_/-}" -RESTRICT="test" - src_prepare() { default cat <<- EOF >> "${S}/dune" |