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 78C3B1382C5 for ; Wed, 27 Jan 2021 19:22:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EC9BE0C28; Wed, 27 Jan 2021 19:22:10 +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 85354E0C28 for ; Wed, 27 Jan 2021 19:22:10 +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 1475D340DBC for ; Wed, 27 Jan 2021 19:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A96F792 for ; Wed, 27 Jan 2021 19:22:07 +0000 (UTC) From: "Alfredo Tupone" 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" Message-ID: <1611775316.6ba885a94fd9b3eef9532c7788c7f92772116f93.tupone@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/metadata.xml dev-ml/opam-format/opam-format-2.0.7.ebuild X-VCS-Directories: dev-ml/opam-format/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6ba885a94fd9b3eef9532c7788c7f92772116f93 X-VCS-Branch: master Date: Wed, 27 Jan 2021 19:22:07 +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: 7da84907-b092-4a89-99c3-2b24613f97a8 X-Archives-Hash: a49a88828343792f0c2c7b9cb678f6c8 commit: 6ba885a94fd9b3eef9532c7788c7f92772116f93 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Jan 27 19:21:30 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Jan 27 19:21:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba885a9 dev-ml/opam-format: fix dep Closes: https://bugs.gentoo.org/750986 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/opam-format/metadata.xml | 4 ++++ dev-ml/opam-format/opam-format-2.0.7.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-ml/opam-format/metadata.xml b/dev-ml/opam-format/metadata.xml index 970e090f0df..856df00497e 100644 --- a/dev-ml/opam-format/metadata.xml +++ b/dev-ml/opam-format/metadata.xml @@ -1,6 +1,10 @@ + + ml@gentoo.org + ML + gienah@gentoo.org Mark Wright diff --git a/dev-ml/opam-format/opam-format-2.0.7.ebuild b/dev-ml/opam-format/opam-format-2.0.7.ebuild index e163f465ffa..03f9db26f55 100644 --- a/dev-ml/opam-format/opam-format-2.0.7.ebuild +++ b/dev-ml/opam-format/opam-format-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 @@ -22,7 +22,8 @@ RDEPEND=" dev-ml/re:= dev-ml/opam-file-format:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ml/cppo" S="${WORKDIR}/opam-${PV/_/-}" OPAM_INSTALLER="${S}/opam-installer"