summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-27 20:21:30 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-27 20:21:56 +0100
commit6ba885a94fd9b3eef9532c7788c7f92772116f93 (patch)
treea7134801968de7d970bfe3cd99d70317cd268cf2 /dev-ml/opam-format
parentdev-php/pecl-mailparse: Drop old (diff)
downloadgentoo-6ba885a94fd9b3eef9532c7788c7f92772116f93.tar.gz
gentoo-6ba885a94fd9b3eef9532c7788c7f92772116f93.tar.bz2
gentoo-6ba885a94fd9b3eef9532c7788c7f92772116f93.zip
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@gentoo.org>
Diffstat (limited to 'dev-ml/opam-format')
-rw-r--r--dev-ml/opam-format/metadata.xml4
-rw-r--r--dev-ml/opam-format/opam-format-2.0.7.ebuild5
2 files changed, 7 insertions, 2 deletions
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 @@
<?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-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"