diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-19 10:51:56 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-19 10:51:56 +0000 |
commit | 2b817470ff8992d3196ff85fb870802da0e531fc (patch) | |
tree | 60797246d1254b3cc22d910df552b47b63925a5d /sci-physics | |
parent | fixed a failing dodoc (bug #196385). (diff) | |
download | gentoo-2-2b817470ff8992d3196ff85fb870802da0e531fc.tar.gz gentoo-2-2b817470ff8992d3196ff85fb870802da0e531fc.tar.bz2 gentoo-2-2b817470ff8992d3196ff85fb870802da0e531fc.zip |
Added a pause at the end of pkg_setup.
(Portage version: 2.1.3.14)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/root/root-5.16.00.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 0e5aabd79c6c..37708f631a56 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/root # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.11 2007/10/18 18:36:36 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.12 2007/10/19 10:51:56 bicatali Exp $ + + 19 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> root-5.16.00.ebuild: + Added a pause at the end of pkg_setup. 18 Oct 2007; Ferris McCormick <fmccor@gentoo.org> root-5.16.00.ebuild: Sparc stable - Bug #196282 --- Hooray! It's been rough, but we made it. diff --git a/sci-physics/root/root-5.16.00.ebuild b/sci-physics/root/root-5.16.00.ebuild index 7ef7dec6f446..8bb93b33efaf 100644 --- a/sci-physics/root/root-5.16.00.ebuild +++ b/sci-physics/root/root-5.16.00.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/sci-physics/root/root-5.16.00.ebuild,v 1.5 2007/10/18 18:36:36 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.6 2007/10/19 10:51:56 bicatali Exp $ inherit versionator flag-o-matic eutils toolchain-funcs qt3 fortran @@ -49,6 +49,7 @@ pkg_setup() { elog "Example, for PYTHIA, you would do: " elog "EXTRA_CONF=\"--enable-pythia --with-pythia-libdir=/usr/$(get_libdir)\" emerge root" elog + epause 10 if use cern; then FORTRAN="gfortran g77 ifc" fortran_pkg_setup |