summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-09 19:48:41 +0000
committerSam James <sam@gentoo.org>2021-02-09 19:53:22 +0000
commit7d78b39fad925d82b97779d844cc81494ec4d607 (patch)
treeea1b9e6ad31c82d240192ef01b0ba76c07c04cdd /dev-ml/opam-format
parentdev-ml/opam-core: fix opam-installer usage (diff)
downloadgentoo-7d78b39fad925d82b97779d844cc81494ec4d607.tar.gz
gentoo-7d78b39fad925d82b97779d844cc81494ec4d607.tar.bz2
gentoo-7d78b39fad925d82b97779d844cc81494ec4d607.zip
dev-ml/opam-format: fix opam-installer usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-format')
-rw-r--r--dev-ml/opam-format/opam-format-2.0.8-r1.ebuild (renamed from dev-ml/opam-format/opam-format-2.0.8.ebuild)3
1 files changed, 2 insertions, 1 deletions
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
index 760515d954c7..7f5cab5ac537 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}"