diff options
author | 2010-02-25 18:56:05 +0000 | |
---|---|---|
committer | 2010-02-25 18:56:05 +0000 | |
commit | e6fb4e14e5ed7302644c6c6649e555d722f42c91 (patch) | |
tree | 1a341506095324cc2695139cf1fe8785cccc7bb8 /dev-ml/camlidl/camlidl-1.05.ebuild | |
parent | evolution-sharp-0.18.1 has been dropped, so we can drop this version again (diff) | |
download | gentoo-2-e6fb4e14e5ed7302644c6c6649e555d722f42c91.tar.gz gentoo-2-e6fb4e14e5ed7302644c6c6649e555d722f42c91.tar.bz2 gentoo-2-e6fb4e14e5ed7302644c6c6649e555d722f42c91.zip |
Bug #306677 - Fix invalid conditional USE dep.
(Portage version: 2.2_rc63_p15454/cvs/Linux i686)
Diffstat (limited to 'dev-ml/camlidl/camlidl-1.05.ebuild')
-rw-r--r-- | dev-ml/camlidl/camlidl-1.05.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/camlidl/camlidl-1.05.ebuild b/dev-ml/camlidl/camlidl-1.05.ebuild index 970a6aa4266a..b4618c0ea181 100644 --- a/dev-ml/camlidl/camlidl-1.05.ebuild +++ b/dev-ml/camlidl/camlidl-1.05.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlidl/camlidl-1.05.ebuild,v 1.4 2009/09/28 16:45:42 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlidl/camlidl-1.05.ebuild,v 1.5 2010/02/25 18:56:05 zmedico Exp $ EAPI="2" @@ -13,7 +13,7 @@ LICENSE="QPL-1.0 LGPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="" -DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" +DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt]" src_prepare() { epatch "${FILESDIR}/tests.patch" |