diff options
author | 2015-04-03 07:52:43 +0000 | |
---|---|---|
committer | 2015-04-03 07:52:43 +0000 | |
commit | a5a4a8ae6dc4cc24a45ef1aacc5d2e22d4742ea5 (patch) | |
tree | d688e006a3c6508b7f39830c7ff17306e4bc7c42 /dev-ml/ocaml-re | |
parent | stable mask USE=zfs on sys-cluster/ceph, for bug 544606 (diff) | |
download | gentoo-2-a5a4a8ae6dc4cc24a45ef1aacc5d2e22d4742ea5.tar.gz gentoo-2-a5a4a8ae6dc4cc24a45ef1aacc5d2e22d4742ea5.tar.bz2 gentoo-2-a5a4a8ae6dc4cc24a45ef1aacc5d2e22d4742ea5.zip |
bump ocaml dep, bug #544988
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-re')
-rw-r--r-- | dev-ml/ocaml-re/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-re/ocaml-re-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocaml-re/ChangeLog b/dev-ml/ocaml-re/ChangeLog index 55554b7cd08a..eb12c60d2554 100644 --- a/dev-ml/ocaml-re/ChangeLog +++ b/dev-ml/ocaml-re/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-re # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.4 2015/04/03 07:51:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.5 2015/04/03 07:52:43 aballier Exp $ + + 03 Apr 2015; Alexis Ballier <aballier@gentoo.org> ocaml-re-1.3.1.ebuild: + bump ocaml dep, bug #544988 03 Apr 2015; Alexis Ballier <aballier@gentoo.org> -ocaml-re-1.2.2.ebuild, -ocaml-re-1.3.0.ebuild: diff --git a/dev-ml/ocaml-re/ocaml-re-1.3.1.ebuild b/dev-ml/ocaml-re/ocaml-re-1.3.1.ebuild index 12148d44205f..f57427b4bbee 100644 --- a/dev-ml/ocaml-re/ocaml-re-1.3.1.ebuild +++ b/dev-ml/ocaml-re/ocaml-re-1.3.1.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/dev-ml/ocaml-re/ocaml-re-1.3.1.ebuild,v 1.1 2015/03/16 13:54:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ocaml-re-1.3.1.ebuild,v 1.2 2015/04/03 07:52:43 aballier Exp $ EAPI=5 @@ -18,7 +18,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="test" -RDEPEND="" +RDEPEND=">=dev-lang/ocaml-4.02:=" DEPEND="${RDEPEND} test? ( dev-ml/ounit )" DOCS=( "CHANGES" "TODO.txt" "README.md" ) |