diff options
Diffstat (limited to 'dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild')
-rw-r--r-- | dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild b/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild index f9b3afd3f4d8..6f2eeec7bba0 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.1 2013/04/24 05:58:22 radhermit Exp $ +# $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 $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -16,6 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" 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?] |