diff options
Diffstat (limited to 'dev-ml/pomap/pomap-2.9.8.ebuild')
-rw-r--r-- | dev-ml/pomap/pomap-2.9.8.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-ml/pomap/pomap-2.9.8.ebuild b/dev-ml/pomap/pomap-2.9.8.ebuild index 57cac1d92753..8c32f70fbf4a 100644 --- a/dev-ml/pomap/pomap-2.9.8.ebuild +++ b/dev-ml/pomap/pomap-2.9.8.ebuild @@ -1,15 +1,16 @@ -# 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/pomap/pomap-2.9.8.ebuild,v 1.3 2008/04/12 20:11:38 dertobi123 Exp $ - -inherit findlib eutils +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/pomap-2.9.8.ebuild,v 1.4 2009/06/21 12:51:47 aballier Exp $ EAPI="1" +inherit findlib eutils + DESCRIPTION="Partially Ordered Map ADT for O'Caml" HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" LICENSE="LGPL-2.1" -DEPEND=">=dev-lang/ocaml-3.06" +RDEPEND=">=dev-lang/ocaml-3.06" +DEPEND="${RDEPEND}" SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.bz2" SLOT="0" |