diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2005-03-15 13:55:12 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2005-03-15 13:55:12 +0000 |
commit | 0fc451bbde1d7c1c9dc4045f8138379ceab61ffe (patch) | |
tree | 2023081cbeb364d59ebb735cd25bbcbaca881b44 /net-im/psi | |
parent | New version (diff) | |
download | historical-0fc451bbde1d7c1c9dc4045f8138379ceab61ffe.tar.gz historical-0fc451bbde1d7c1c9dc4045f8138379ceab61ffe.tar.bz2 historical-0fc451bbde1d7c1c9dc4045f8138379ceab61ffe.zip |
forgoten to remove a # that was commenting a small sleep
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/psi-0.9.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/psi/psi-0.9.3-r2.ebuild b/net-im/psi/psi-0.9.3-r2.ebuild index f1a7c3dbd49c..c7d3f96ff2c3 100644 --- a/net-im/psi/psi-0.9.3-r2.ebuild +++ b/net-im/psi/psi-0.9.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r2.ebuild,v 1.1 2005/02/27 16:23:35 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r2.ebuild,v 1.2 2005/03/15 13:55:12 humpback Exp $ inherit eutils @@ -84,7 +84,7 @@ src_unpack() { ewarn "development team." ewarn "If you do not want that please press Control-C now and add '-extras' to " ewarn "your USE flags." - # epause 10 + epause 10 cd ${S} # from http://www.cs.kuleuven.ac.be/~remko/psi/ |