diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-23 05:02:15 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-23 05:02:15 +0000 |
commit | 39f95255211904d18df7f61e1fd6f3e805f1b567 (patch) | |
tree | 6e4b2871b35d42e1118794feff3a70725599d6e3 /dev-lang/ocaml | |
parent | added build and bootstrap flags with BIG WARNINGS (diff) | |
download | gentoo-2-39f95255211904d18df7f61e1fd6f3e805f1b567.tar.gz gentoo-2-39f95255211904d18df7f61e1fd6f3e805f1b567.tar.bz2 gentoo-2-39f95255211904d18df7f61e1fd6f3e805f1b567.zip |
few more clean-ups
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.04-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ocaml-3.04-r1.ebuild b/dev-lang/ocaml/ocaml-3.04-r1.ebuild index 826291826775..9c33ee151346 100644 --- a/dev-lang/ocaml/ocaml-3.04-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.04-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 20022 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.04-r1.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.04-r1.ebuild,v 1.3 2002/07/23 05:02:15 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="Objective Caml is a fast modern type-inferring functional programming language descended from the ML (Meta Language) family." @@ -9,7 +9,11 @@ HOMEPAGE="http://www.ocaml.org/" DEPEND="virtual/glibc >=dev-lang/tk-3.3.3" -#RDEPEND="" +RDEPEND="${DEPEND}" + +SLOT="0" +LICENSE="QPL-1.0 LGPL-2" +KEYWORDS="x86" # The unpack function is needed only so that we can apply a ppc patch from cvs. # This should be fixed in v.>3.04, so the function can be removed then. |