diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-04-22 14:44:41 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-04-22 15:01:44 +0200 |
commit | ce997f70505ed206b69db9ab192a38b7d0203e8f (patch) | |
tree | ba3175a949e5d92129418292e132378679d4396c /dev-ml/ocamlgraph | |
parent | dev-ml/dose3: fix build with ocamlgraph 1.8.7 (diff) | |
download | gentoo-ce997f70505ed206b69db9ab192a38b7d0203e8f.tar.gz gentoo-ce997f70505ed206b69db9ab192a38b7d0203e8f.tar.bz2 gentoo-ce997f70505ed206b69db9ab192a38b7d0203e8f.zip |
dev-ml/ocamlgraph: restore keywords on 1.8.7 now that dose3 is fixed
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ml/ocamlgraph')
-rw-r--r-- | dev-ml/ocamlgraph/ocamlgraph-1.8.7.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.7.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.8.7.ebuild index 0ba999ef5bac..4360d227b54e 100644 --- a/dev-ml/ocamlgraph/ocamlgraph-1.8.7.ebuild +++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.7.ebuild @@ -11,8 +11,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}" -#Breaks dev-ml/dose3 -#KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?] gtk? ( dev-ml/lablgtk:=[gnomecanvas,ocamlopt?] )" DEPEND="${RDEPEND} |