summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-09 19:45:22 +0000
committerSam James <sam@gentoo.org>2021-02-09 19:53:21 +0000
commit6ddee47c9dfbac0b823e85902d91ab6daac24abd (patch)
treea69b73b581fa9a1cafec8a739c8ddcfd293f91c9
parentapp-antivirus/clamav: new upstream version 0.103.1. (diff)
downloadgentoo-6ddee47c.tar.gz
gentoo-6ddee47c.tar.bz2
gentoo-6ddee47c.zip
dev-ml/opam-core: fix opam-installer usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-ml/opam-core/opam-core-2.0.8-r1.ebuild (renamed from dev-ml/opam-core/opam-core-2.0.8.ebuild)3
1 files changed, 2 insertions, 1 deletions
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
index 9d6e32634c0b..3d65cfc5c40c 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}"