diff options
author | 2007-10-19 10:51:56 +0000 | |
---|---|---|
committer | 2007-10-19 10:51:56 +0000 | |
commit | 290116e20d5341fed0fce0ec2a7ad43307afc635 (patch) | |
tree | 324c2278f72c6168244456cfaa78609cf9f89021 /sci-physics/root/root-5.16.00.ebuild | |
parent | fixed a failing dodoc (bug #196385). (diff) | |
download | historical-290116e20d5341fed0fce0ec2a7ad43307afc635.tar.gz historical-290116e20d5341fed0fce0ec2a7ad43307afc635.tar.bz2 historical-290116e20d5341fed0fce0ec2a7ad43307afc635.zip |
Added a pause at the end of pkg_setup.
Package-Manager: portage-2.1.3.14
Diffstat (limited to 'sci-physics/root/root-5.16.00.ebuild')
-rw-r--r-- | sci-physics/root/root-5.16.00.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |