diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-19 14:05:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-19 14:05:30 +0000 |
commit | 6d29c5439ff8d080b548726c8a5ea5ae4e442ef2 (patch) | |
tree | 518d275bc99468b232d40d300c332c035e0383e5 /dev-util/coccinelle | |
parent | remove old (diff) | |
download | gentoo-2-6d29c5439ff8d080b548726c8a5ea5ae4e442ef2.tar.gz gentoo-2-6d29c5439ff8d080b548726c8a5ea5ae4e442ef2.tar.bz2 gentoo-2-6d29c5439ff8d080b548726c8a5ea5ae4e442ef2.zip |
add := dep on ocaml pacakges
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-util/coccinelle')
-rw-r--r-- | dev-util/coccinelle/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/coccinelle/ChangeLog b/dev-util/coccinelle/ChangeLog index f9d15952ca9b..4fbc3e4e9870 100644 --- a/dev-util/coccinelle/ChangeLog +++ b/dev-util/coccinelle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/coccinelle # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.30 2013/05/30 06:04:41 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.31 2013/08/19 14:05:30 aballier Exp $ + + 19 Aug 2013; Alexis Ballier <aballier@gentoo.org> + coccinelle-1.0.0_rc17.ebuild: + add := dep on ocaml pacakges 30 May 2013; Tim Harder <radhermit@gentoo.org> -coccinelle-1.0.0_rc15-r1.ebuild, -coccinelle-1.0.0_rc16.ebuild, diff --git a/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild b/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild index 6f2eeec7bba0..7ed44051fdac 100644 --- a/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild +++ b/dev-util/coccinelle/coccinelle-1.0.0_rc17.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-util/coccinelle/coccinelle-1.0.0_rc17.ebuild,v 1.2 2013/05/30 06:03:21 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild,v 1.3 2013/08/19 14:05:30 aballier Exp $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -19,11 +19,11 @@ IUSE="doc emacs ocaml +ocamlopt pcre python test vim-syntax" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # ocaml enables ocaml scripting (uses findlib) -CDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?] - dev-ml/sexplib +CDEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?] + dev-ml/sexplib:= emacs? ( virtual/emacs ) - ocaml? ( dev-ml/findlib ) - pcre? ( dev-ml/pcre-ocaml ) + ocaml? ( dev-ml/findlib:= ) + pcre? ( dev-ml/pcre-ocaml:= ) python? ( ${PYTHON_DEPS} )" RDEPEND="${CDEPEND} |