commit:     6ba885a94fd9b3eef9532c7788c7f92772116f93
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 19:21:30 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>ML</name>
+       </maintainer>
        <maintainer type="person">
                <email>[email protected]</email>
                <name>Mark Wright</name>

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"

Reply via email to