summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-26 15:07:27 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-26 15:07:27 +0000
commit23c04cbfab5255c308b1390875708d8c2335513c (patch)
tree69b1210af0c84d6f9abee6a2cecb2a374516e4ca /dev-ml/pcre-ocaml
parentdev-haskell/yesod-auth: new version (diff)
downloadgentoo-2-23c04cbfab5255c308b1390875708d8c2335513c.tar.gz
gentoo-2-23c04cbfab5255c308b1390875708d8c2335513c.tar.bz2
gentoo-2-23c04cbfab5255c308b1390875708d8c2335513c.zip
depend on ocaml 4, bug #482182
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r--dev-ml/pcre-ocaml/ChangeLog5
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog
index 48b6bb27dc65..62bfdd00d131 100644
--- a/dev-ml/pcre-ocaml/ChangeLog
+++ b/dev-ml/pcre-ocaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/pcre-ocaml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.51 2013/02/07 14:36:52 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.52 2013/08/26 15:07:27 aballier Exp $
+
+ 26 Aug 2013; Alexis Ballier <aballier@gentoo.org> pcre-ocaml-7.0.2.ebuild:
+ depend on ocaml 4, bug #482182
07 Feb 2013; Alexis Ballier <aballier@gentoo.org> pcre-ocaml-7.0.2.ebuild:
set subslot to PV since its a lib
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild
index c894273f810e..4d75d7e03505 100644
--- a/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild,v 1.3 2013/02/07 14:36:52 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild,v 1.4 2013/08/26 15:07:27 aballier Exp $
EAPI=5
@@ -16,7 +16,8 @@ IUSE="examples"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-RDEPEND=">=dev-libs/libpcre-4.5"
+RDEPEND=">=dev-libs/libpcre-4.5
+ >=dev-lang/ocaml-4:="
DEPEND="${RDEPEND}"
DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )