diff options
Diffstat (limited to 'dev-ml/res/res-2.2.5.ebuild')
-rw-r--r-- | dev-ml/res/res-2.2.5.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-ml/res/res-2.2.5.ebuild b/dev-ml/res/res-2.2.5.ebuild index 858eea6384f7..c23d02f7cea5 100644 --- a/dev-ml/res/res-2.2.5.ebuild +++ b/dev-ml/res/res-2.2.5.ebuild @@ -1,17 +1,18 @@ -# 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/res/res-2.2.5.ebuild,v 1.4 2008/04/12 20:19:35 dertobi123 Exp $ - -inherit findlib eutils +# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-2.2.5.ebuild,v 1.5 2009/06/20 17:26:41 aballier Exp $ EAPI="1" +inherit findlib eutils + DESCRIPTION="Resizable Array and Buffer modules for O'Caml" HOMEPAGE="http://ocaml.info/home/ocaml_sources.html" SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.bz2" LICENSE="LGPL-2.1" DEPEND=">=dev-lang/ocaml-3.07" +RDEPEND="${DEPEND}" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc examples +ocamlopt" |