From 39419ec62cdbf9e07d49bcac361476133e4c22c7 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 11 Feb 2013 03:02:02 +0000 Subject: eapi5 and := deps on ocaml (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A) --- dev-ml/findlib/ChangeLog | 7 +++++-- dev-ml/findlib/findlib-1.3.3-r1.ebuild | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'dev-ml/findlib') diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog index f65de65fe933..bd596ba3ba1b 100644 --- a/dev-ml/findlib/ChangeLog +++ b/dev-ml/findlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/findlib -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.95 2012/11/01 00:14:13 ottxor Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.96 2013/02/11 03:02:02 aballier Exp $ + + 11 Feb 2013; Alexis Ballier findlib-1.3.3-r1.ebuild: + eapi5 and := deps on ocaml *findlib-1.3.3-r1 (01 Nov 2012) diff --git a/dev-ml/findlib/findlib-1.3.3-r1.ebuild b/dev-ml/findlib/findlib-1.3.3-r1.ebuild index 8fcce8558ed5..e9c4522f787c 100644 --- a/dev-ml/findlib/findlib-1.3.3-r1.ebuild +++ b/dev-ml/findlib/findlib-1.3.3-r1.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/findlib/findlib-1.3.3-r1.ebuild,v 1.1 2012/11/01 00:14:13 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.3.3-r1.ebuild,v 1.2 2013/02/11 03:02:02 aballier Exp $ -EAPI=4 +EAPI=5 inherit multilib @@ -18,7 +18,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?,tk?]" +DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?,tk?]" RDEPEND="${DEPEND}" ocamlfind_destdir="${EPREFIX}/usr/$(get_libdir)/ocaml" -- cgit v1.2.3-65-gdbad