commit: 6ddee47c9dfbac0b823e85902d91ab6daac24abd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 19:45:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 19:53:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddee47c
dev-ml/opam-core: fix opam-installer usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/opam-core/{opam-core-2.0.8.ebuild => opam-core-2.0.8-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/opam-core/opam-core-2.0.8.ebuild
b/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild
similarity index 92%
rename from dev-ml/opam-core/opam-core-2.0.8.ebuild
rename to dev-ml/opam-core/opam-core-2.0.8-r1.ebuild
index 9d6e32634c0..3d65cfc5c40 100644
--- a/dev-ml/opam-core/opam-core-2.0.8.ebuild
+++ b/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild
@@ -10,7 +10,8 @@ inherit opam
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}"