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 | 9 |
1 files changed, 4 insertions, 5 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 0a36b218766d..b5ea680a2985 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.1 2012/10/10 11:46:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-7.0.2.ebuild,v 1.2 2013/02/07 13:45:08 aballier Exp $ -EAPI=4 +EAPI=5 OASIS_BUILD_DOCS=1 @@ -16,8 +16,7 @@ IUSE="examples" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] - >=dev-libs/libpcre-4.5" +RDEPEND=">=dev-libs/libpcre-4.5" DEPEND="${RDEPEND}" DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" ) |