From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1246122-garchives=archives.gentoo.org@lists.gentoo.org> 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 399491382C5 for <garchives@archives.gentoo.org>; Wed, 27 Jan 2021 18:25:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50A22E0BF9; Wed, 27 Jan 2021 18:25:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 36962E0BF9 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jan 2021 18:25:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 06C7133BF55 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jan 2021 18:25:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A16D49 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jan 2021 18:25:11 +0000 (UTC) From: "Alfredo Tupone" <tupone@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" <tupone@gentoo.org> Message-ID: <1611771898.b613c4fa50102f316f7f0b885907dbe98404f3c7.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-installer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam-installer/metadata.xml dev-ml/opam-installer/opam-installer-2.0.7.ebuild X-VCS-Directories: dev-ml/opam-installer/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: b613c4fa50102f316f7f0b885907dbe98404f3c7 X-VCS-Branch: master Date: Wed, 27 Jan 2021 18:25:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d2d7ec9-5300-4c47-a85e-39aa25f635c6 X-Archives-Hash: a4877311001b9a32bbd566ff6fc0979e commit: b613c4fa50102f316f7f0b885907dbe98404f3c7 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Jan 27 18:24:12 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Jan 27 18:24:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b613c4fa dev-ml/opam-installer: add dep Closes: https://bugs.gentoo.org/765400 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/opam-installer/metadata.xml | 4 ++++ dev-ml/opam-installer/opam-installer-2.0.7.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-ml/opam-installer/metadata.xml b/dev-ml/opam-installer/metadata.xml index 970e090f0df..856df00497e 100644 --- a/dev-ml/opam-installer/metadata.xml +++ b/dev-ml/opam-installer/metadata.xml @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> <maintainer type="person"> <email>gienah@gentoo.org</email> <name>Mark Wright</name> diff --git a/dev-ml/opam-installer/opam-installer-2.0.7.ebuild b/dev-ml/opam-installer/opam-installer-2.0.7.ebuild index 276428f9678..59f744994a0 100644 --- a/dev-ml/opam-installer/opam-installer-2.0.7.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,8 +18,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="" -DEPEND=">=dev-lang/ocaml-4.02.3" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-lang/ocaml-4.02.3" +DEPEND="${RDEPEND} + dev-ml/findlib" S="${WORKDIR}/opam-full-${PV/_/-}" OPAM_INSTALLER="${S}/opam-installer"