diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-09-18 22:45:34 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-09-18 22:45:34 +0000 |
commit | 13997703b9c524c97a744ee72105a90d357db33c (patch) | |
tree | da0262b3a62d3a49ccce60a42211a3e9e3637c43 /dev-ml | |
parent | new revision to move findlib packages to ocaml stdlib dir (diff) | |
download | gentoo-2-13997703b9c524c97a744ee72105a90d357db33c.tar.gz gentoo-2-13997703b9c524c97a744ee72105a90d357db33c.tar.bz2 gentoo-2-13997703b9c524c97a744ee72105a90d357db33c.zip |
no need for the site-package symlink with findlib 1.2.4-r1
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlduce/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocamlduce/ocamlduce-3.11.1.0.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ml/ocamlduce/ChangeLog b/dev-ml/ocamlduce/ChangeLog index 68958b1d683a..a1fbae19c890 100644 --- a/dev-ml/ocamlduce/ChangeLog +++ b/dev-ml/ocamlduce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocamlduce # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.11 2009/09/18 21:43:45 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.12 2009/09/18 22:45:34 aballier Exp $ + + 18 Sep 2009; Alexis Ballier <aballier@gentoo.org> + ocamlduce-3.11.1.0.ebuild: + no need for the site-package symlink with findlib 1.2.4-r1 *ocamlduce-3.11.1.0 (18 Sep 2009) diff --git a/dev-ml/ocamlduce/ocamlduce-3.11.1.0.ebuild b/dev-ml/ocamlduce/ocamlduce-3.11.1.0.ebuild index 3587aaa543b7..5784a96e8219 100644 --- a/dev-ml/ocamlduce/ocamlduce-3.11.1.0.ebuild +++ b/dev-ml/ocamlduce/ocamlduce-3.11.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.11.1.0.ebuild,v 1.1 2009/09/18 21:43:45 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.11.1.0.ebuild,v 1.2 2009/09/18 22:45:34 aballier Exp $ EAPI="2" @@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="+ocamlopt" DEPEND="~dev-lang/ocaml-${OCAML_VERSION}[ocamlopt?] - >=dev-ml/findlib-1.1.2" + >=dev-ml/findlib-1.2.4-r1" RDEPEND="${DEPEND}" @@ -65,6 +65,5 @@ src_install() { if use ocamlopt; then emake -f Makefile.ocamlduce BINDIR="${D}/usr/bin" LIBDIR="${D}/usr/$(get_libdir)/ocaml" installopt || die fi - dosym /usr/$(get_libdir)/ocaml/${PN} /usr/$(get_libdir)/ocaml/site-packages/${PN} dodoc Changes README } |