summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2015-03-02 11:00:29 +0000
committerMichael Weber <xmw@gentoo.org>2015-03-02 11:00:29 +0000
commitefac01a8a22396c93d00f2981909df4a1e81509e (patch)
treeb6f827176ab57879baa482d6c38f1c4cb1cfa4e4
parentversion bump (diff)
downloadgentoo-2-efac01a8a22396c93d00f2981909df4a1e81509e.tar.gz
gentoo-2-efac01a8a22396c93d00f2981909df4a1e81509e.tar.bz2
gentoo-2-efac01a8a22396c93d00f2981909df4a1e81509e.zip
Needs ocaml-4
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
-rw-r--r--app-text/llpp/ChangeLog5
-rw-r--r--app-text/llpp/llpp-21.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/llpp/ChangeLog b/app-text/llpp/ChangeLog
index cc3410e9d1f9..141296ec2671 100644
--- a/app-text/llpp/ChangeLog
+++ b/app-text/llpp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/llpp
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/ChangeLog,v 1.65 2015/02/26 14:31:34 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/ChangeLog,v 1.66 2015/03/02 11:00:29 xmw Exp $
+
+ 02 Mar 2015; Michael Weber <xmw@gentoo.org> llpp-21.ebuild:
+ Needs ocaml-4
*llpp-21 (26 Feb 2015)
diff --git a/app-text/llpp/llpp-21.ebuild b/app-text/llpp/llpp-21.ebuild
index 19bf3d21ef3f..9974cc17bcb4 100644
--- a/app-text/llpp/llpp-21.ebuild
+++ b/app-text/llpp/llpp-21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-21.ebuild,v 1.1 2015/02/26 14:31:34 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-21.ebuild,v 1.2 2015/03/02 11:00:29 xmw Exp $
EAPI=5
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
x11-libs/libXau[static-libs]
x11-libs/libXdmcp[static-libs]
x11-libs/libXmu[static-libs] )
- dev-lang/ocaml[ocamlopt?]
+ >=dev-lang/ocaml-4[ocamlopt?]
dev-ml/lablgl[glut,ocamlopt?]"
RESTRICT="!ocamlopt? ( strip )"