diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-07-21 17:55:41 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-07-21 17:55:41 +0000 |
commit | 151b474b8563b18487324b4dd8c11f64e09272dc (patch) | |
tree | 59ce36de20ebcfc6c502e8054ae474c00dae4743 /dev-lang/ocaml/ocaml-3.07-r1.ebuild | |
parent | Version bump plus ebuild fixes, thanks to Daniel Webert and Aaron Walker in b... (diff) | |
download | gentoo-2-151b474b8563b18487324b4dd8c11f64e09272dc.tar.gz gentoo-2-151b474b8563b18487324b4dd8c11f64e09272dc.tar.bz2 gentoo-2-151b474b8563b18487324b4dd8c11f64e09272dc.zip |
Fix rebuild script to not mess with dependencies.
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.07-r1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index b09a501b29ee..789dbc6603b1 100644 --- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.14 2004/07/14 01:09:33 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.15 2004/07/21 17:55:41 mattam Exp $ inherit flag-o-matic eutils @@ -70,7 +70,7 @@ pkg_postinst() { einfo "so you (may) need to rebuild all packages depending on it that" einfo "are actually installed on your system." einfo "To do so, you can run: " - einfo "sh ${FILESDIR}/ocaml-rebuild.sh [emerge options]" + einfo "sh ${FILESDIR}/ocaml-rebuild.sh [-h | emerge options]" einfo "Which will call emerge on all old packages with the given options" echo }
\ No newline at end of file |