diff options
author | Sam James <sam@gentoo.org> | 2021-02-09 19:45:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-09 19:53:21 +0000 |
commit | 6ddee47c9dfbac0b823e85902d91ab6daac24abd (patch) | |
tree | a69b73b581fa9a1cafec8a739c8ddcfd293f91c9 /dev-ml/opam-core | |
parent | app-antivirus/clamav: new upstream version 0.103.1. (diff) | |
download | gentoo-6ddee47c9dfbac0b823e85902d91ab6daac24abd.tar.gz gentoo-6ddee47c9dfbac0b823e85902d91ab6daac24abd.tar.bz2 gentoo-6ddee47c9dfbac0b823e85902d91ab6daac24abd.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>
Diffstat (limited to 'dev-ml/opam-core')
-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}" |