commit: 7d78b39fad925d82b97779d844cc81494ec4d607
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 19:48:41 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 19:53:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d78b39f
dev-ml/opam-format: fix opam-installer usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{opam-format-2.0.8.ebuild => opam-format-2.0.8-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/opam-format/opam-format-2.0.8.ebuild
b/dev-ml/opam-format/opam-format-2.0.8-r1.ebuild
similarity index 92%
rename from dev-ml/opam-format/opam-format-2.0.8.ebuild
rename to dev-ml/opam-format/opam-format-2.0.8-r1.ebuild
index 760515d954c..7f5cab5ac53 100644
--- a/dev-ml/opam-format/opam-format-2.0.8.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.8-r1.ebuild
@@ -10,7 +10,8 @@ inherit dune
DESCRIPTION="Core libraries for opam"
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/_/-}"
+S="${WORKDIR}/opam-${PV}"
+OPAM_INSTALLER="${S}/opam-installer"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"