diff options
Diffstat (limited to 'dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild')
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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" ) |