From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4145C1382C5 for ; Tue, 9 Feb 2021 19:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DA23E0886; Tue, 9 Feb 2021 19:56:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4395DE0886 for ; Tue, 9 Feb 2021 19:56:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1028340E1F for ; Tue, 9 Feb 2021 19:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D30F2A9 for ; Tue, 9 Feb 2021 19:56:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612900402.7d78b39fad925d82b97779d844cc81494ec4d607.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-format/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam-format/opam-format-2.0.8-r1.ebuild dev-ml/opam-format/opam-format-2.0.8.ebuild X-VCS-Directories: dev-ml/opam-format/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7d78b39fad925d82b97779d844cc81494ec4d607 X-VCS-Branch: master Date: Tue, 9 Feb 2021 19:56:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86eaba68-0266-47c8-a921-1b17542f9055 X-Archives-Hash: ea5556c5a2ab01837db1780dbb2fa3db commit: 7d78b39fad925d82b97779d844cc81494ec4d607 Author: Sam James gentoo org> AuthorDate: Tue Feb 9 19:48:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 9 19:53:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d78b39f dev-ml/opam-format: fix opam-installer usage Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../{opam-format-2.0.8.ebuild => opam-format-2.0.8-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 similarity index 92% rename from dev-ml/opam-format/opam-format-2.0.8.ebuild rename to dev-ml/opam-format/opam-format-2.0.8-r1.ebuild index 760515d954c..7f5cab5ac53 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}"