diff options
Diffstat (limited to 'dev-ml/camomile/camomile-0.7.1.ebuild')
-rw-r--r-- | dev-ml/camomile/camomile-0.7.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-ml/camomile/camomile-0.7.1.ebuild b/dev-ml/camomile/camomile-0.7.1.ebuild index fb81d38cc6e8..f1775c41e3e1 100644 --- a/dev-ml/camomile/camomile-0.7.1.ebuild +++ b/dev-ml/camomile/camomile-0.7.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.7.1.ebuild,v 1.4 2008/04/20 14:11:05 maekke Exp $ - -inherit findlib eutils +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.7.1.ebuild,v 1.5 2009/06/21 11:42:13 aballier Exp $ EAPI="1" +inherit findlib eutils + DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml." HOMEPAGE="http://camomile.sourceforge.net/" SRC_URI="mirror://sourceforge/camomile/${P}.tar.bz2" @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="debug +ocamlopt" -DEPEND=">=dev-lang/ocaml-3.07" +RDEPEND=">=dev-lang/ocaml-3.07" +DEPEND="${RDEPEND}" pkg_setup() { if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then |