diff options
Diffstat (limited to 'dev-lang/python/python-2.3.3.ebuild')
-rw-r--r-- | dev-lang/python/python-2.3.3.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-lang/python/python-2.3.3.ebuild b/dev-lang/python/python-2.3.3.ebuild index 90d02186d628..ede533b0fc35 100644 --- a/dev-lang/python/python-2.3.3.ebuild +++ b/dev-lang/python/python-2.3.3.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/python/python-2.3.3.ebuild,v 1.28 2004/07/02 04:30:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3.ebuild,v 1.29 2004/09/06 19:39:31 ciaranm Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -167,9 +167,5 @@ pkg_postinst() { ewarn "Portage-2.0.49-r8 and below will continue to use python-2.2.x, so" ewarn "think twice about uninstalling it, otherwise your system will break." ewarn - echo -ne "\a"; sleep 1 - echo -ne "\a"; sleep 1 - echo -ne "\a"; sleep 1 - echo -ne "\a"; sleep 1 - echo -ne "\a"; sleep 1 + ebeep 5 } |