diff options
author | Sam James <sam@gentoo.org> | 2021-02-10 01:56:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-10 01:56:29 +0000 |
commit | bc79403766a9f4dcaffa8b6c42053ac470475112 (patch) | |
tree | a51233862f69aaf3101bc03291419250f8e664af /dev-ml/ocamlgraph | |
parent | dev-ml/dose3: add upper bound on dev-ml/ocamlgraph version (diff) | |
download | gentoo-bc79403766a9f4dcaffa8b6c42053ac470475112.tar.gz gentoo-bc79403766a9f4dcaffa8b6c42053ac470475112.tar.bz2 gentoo-bc79403766a9f4dcaffa8b6c42053ac470475112.zip |
dev-ml/ocamlgraph: Stabilize 1.8.8-r1 ppc, #749669
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlgraph')
-rw-r--r-- | dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild index 6d7936b9e15f..737b1b7e76f7 100644 --- a/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.ebuild +++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.8-r1.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=5 @@ -10,7 +10,7 @@ HOMEPAGE="http://ocamlgraph.lri.fr/index.en.html" SRC_URI="http://ocamlgraph.lri.fr/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86" RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?] gtk? ( dev-ml/lablgtk:2=[gnomecanvas,ocamlopt?] )" DEPEND="${RDEPEND} |