diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-09-06 15:38:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-09-06 15:38:09 +0000 |
commit | 3e1c73f9da7dd454a8b496271ea81c0b51167c07 (patch) | |
tree | 721b49091e53e13e445ec71c48a6efcf047554cb /dev-lang/ocaml | |
parent | [bump] dev-perl/Class-Load-0.100.0 (diff) | |
download | gentoo-2-3e1c73f9da7dd454a8b496271ea81c0b51167c07.tar.gz gentoo-2-3e1c73f9da7dd454a8b496271ea81c0b51167c07.tar.bz2 gentoo-2-3e1c73f9da7dd454a8b496271ea81c0b51167c07.zip |
suggest how to rebuild ocaml packages without the set
(Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.12.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index d01b5f1c6a26..6dfe03349527 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ocaml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.194 2011/07/11 04:35:37 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.195 2011/09/06 15:38:09 aballier Exp $ + + 06 Sep 2011; Alexis Ballier <aballier@gentoo.org> ocaml-3.12.1.ebuild: + suggest how to rebuild ocaml packages without the set 11 Jul 2011; Matt Turner <mattst88@gentoo.org> ocaml-3.12.1.ebuild: Added ~mips, bug 319649 diff --git a/dev-lang/ocaml/ocaml-3.12.1.ebuild b/dev-lang/ocaml/ocaml-3.12.1.ebuild index c320cda544e8..ba89ad53bfe5 100644 --- a/dev-lang/ocaml/ocaml-3.12.1.ebuild +++ b/dev-lang/ocaml/ocaml-3.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.1.ebuild,v 1.2 2011/07/11 04:35:37 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.1.ebuild,v 1.3 2011/09/06 15:38:09 aballier Exp $ EAPI="1" @@ -126,5 +126,6 @@ pkg_postinst() { ewarn "need to rebuild all packages depending on it, that are actually" ewarn "installed on your system. To do so, you can run:" ewarn "emerge @ocaml-rebuild" + ewarn "Or, (almost) equivalently: emerge -1 /usr/$(get_libdir)/ocaml" echo } |