commit: 9edcd8f764d69bce2eb2c5d46dcb0bc38c10b08a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 19:51:37 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=9edcd8f7
dev-ml/opam-installer: fix opam-installer usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{opam-installer-2.0.8.ebuild => opam-installer-2.0.8-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-ml/opam-installer/opam-installer-2.0.8.ebuild
b/dev-ml/opam-installer/opam-installer-2.0.8-r1.ebuild
similarity index 96%
rename from dev-ml/opam-installer/opam-installer-2.0.8.ebuild
rename to dev-ml/opam-installer/opam-installer-2.0.8-r1.ebuild
index a6722cf81e7..369358c1de0 100644
--- a/dev-ml/opam-installer/opam-installer-2.0.8.ebuild
+++ b/dev-ml/opam-installer/opam-installer-2.0.8-r1.ebuild
@@ -12,6 +12,7 @@ DESCRIPTION="Core installer for opam packages"
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-full-${PV}.tar.gz"
S="${WORKDIR}/opam-full-${PV/_/-}"
+OPAM_INSTALLER="${S}/opam-installer"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"