From 6ba885a94fd9b3eef9532c7788c7f92772116f93 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Wed, 27 Jan 2021 20:21:30 +0100 Subject: 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 --- 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(-) (limited to 'dev-ml/opam-format') diff --git a/dev-ml/opam-format/metadata.xml b/dev-ml/opam-format/metadata.xml index 970e090f0dfd..856df00497e6 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 e163f465ffa9..03f9db26f553 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" -- cgit v1.2.3-65-gdbad