commit:     73f875a137b7a36b013bd2e3ff7f062738e29496
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 09:31:24 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 09:32:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f875a1

dev-ml/ocamlgraph: fix MissingUseDepDefault

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{ocamlgraph-1.8.7.ebuild => ocamlgraph-1.8.7-r1.ebuild}           | 4 ++--
 .../{ocamlgraph-1.8.8.ebuild => ocamlgraph-1.8.8-r1.ebuild}           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.7.ebuild 
b/dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild
similarity index 93%
rename from dev-ml/ocamlgraph/ocamlgraph-1.8.7.ebuild
rename to dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild
index 09d0810bef2..7b7df7eac4c 100644
--- a/dev-ml/ocamlgraph/ocamlgraph-1.8.7.ebuild
+++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm ~arm64 ppc x86"
 RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
-       gtk? ( dev-ml/lablgtk:=[gnomecanvas,ocamlopt?] )"
+       gtk? ( dev-ml/lablgtk:2=[gnomecanvas,ocamlopt?] )"
 DEPEND="${RDEPEND}
        doc? ( dev-tex/hevea dev-ml/ocamlweb )"
 IUSE="doc examples gtk +ocamlopt"

diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.8.ebuild 
b/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild
similarity index 92%
rename from dev-ml/ocamlgraph/ocamlgraph-1.8.8.ebuild
rename to dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild
index b653703ff09..9c4e5391fc6 100644
--- a/dev-ml/ocamlgraph/ocamlgraph-1.8.8.ebuild
+++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
 RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
-       gtk? ( dev-ml/lablgtk:=[gnomecanvas,ocamlopt?] )"
+       gtk? ( dev-ml/lablgtk:2=[gnomecanvas,ocamlopt?] )"
 DEPEND="${RDEPEND}
        doc? ( dev-tex/hevea dev-ml/ocamlweb )"
 IUSE="doc examples gtk +ocamlopt"

Reply via email to