diff options
author | 2007-12-19 16:31:54 +0000 | |
---|---|---|
committer | 2007-12-19 16:31:54 +0000 | |
commit | c7685b1ba565b27a1c82e4d3da8f2c6bac81678e (patch) | |
tree | d29e11fe1406da31e304c34371ecde340baa29ec /dev-lang/ocaml/ocaml-3.09.3-r1.ebuild | |
parent | Remove old ebuild. (diff) | |
download | historical-c7685b1ba565b27a1c82e4d3da8f2c6bac81678e.tar.gz historical-c7685b1ba565b27a1c82e4d3da8f2c6bac81678e.tar.bz2 historical-c7685b1ba565b27a1c82e4d3da8f2c6bac81678e.zip |
no need to dodoc the license
Package-Manager: portage-2.1.4_rc10
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.09.3-r1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.09.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild index f45495c027dd..dedf97e73b77 100644 --- a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.24 2007/10/15 14:10:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.25 2007/12/19 16:31:54 aballier Exp $ inherit flag-o-matic eutils multilib pax-utils versionator toolchain-funcs @@ -121,7 +121,7 @@ src_install() { # Remove ${D} from ld.conf, as the buildsystem isn't $(DESTDIR) aware dosed "s:${D}::g" /usr/$(get_libdir)/ocaml/ld.conf - dodoc Changes INSTALL LICENSE README Upgrading + dodoc Changes INSTALL README Upgrading # Turn MPROTECT off for some of the ocaml binaries, since they are trying to # rewrite the segment (which will obviously fail on systems having |