diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-16 02:32:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-16 02:32:26 +0000 |
commit | 9db4a4eaf77dff59d8175e7c9e16fb6ccb260e77 (patch) | |
tree | 81238fa5a0387a31287aff8608634f53e2b061d8 /dev-lang/ocaml | |
parent | add inherit eutils (diff) | |
download | gentoo-2-9db4a4eaf77dff59d8175e7c9e16fb6ccb260e77.tar.gz gentoo-2-9db4a4eaf77dff59d8175e7c9e16fb6ccb260e77.tar.bz2 gentoo-2-9db4a4eaf77dff59d8175e7c9e16fb6ccb260e77.zip |
add inherit eutils
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.06.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-lang/ocaml/ocaml-3.06.ebuild b/dev-lang/ocaml/ocaml-3.06.ebuild index a67cf644f78e..1171684c11c2 100644 --- a/dev-lang/ocaml/ocaml-3.06.ebuild +++ b/dev-lang/ocaml/ocaml-3.06.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.06.ebuild,v 1.11 2004/02/27 19:38:42 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.06.ebuild,v 1.12 2004/04/16 02:30:10 vapier Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils DESCRIPTION="fast modern type-inferring functional programming language descended from the ML (Meta Language) family" HOMEPAGE="http://www.ocaml.org/" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc tcltk? ( >=dev-lang/tk-3.3.3 )" src_compile() { -filter-flags "-fstack-protector" + filter-flags "-fstack-protector" local myconf use tcltk || myconf="-no-tk" @@ -31,7 +31,6 @@ filter-flags "-fstack-protector" myconf="${myconfg} -host sparc-unknown-linux-gnu" fi - ./configure -prefix /usr \ -bindir /usr/bin \ -libdir /usr/lib/ocaml \ @@ -53,5 +52,5 @@ src_install() { dosed "s:${D}::g" /usr/lib/ocaml/ld.conf # documentation - dodoc Changes INSTALL LICENSE README Upgrading + dodoc Changes INSTALL README Upgrading } |