diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-05 23:54:49 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-05 23:54:49 +0000 |
commit | b49799fa916faf30b49bda0906b4dcb22ceec7b1 (patch) | |
tree | 7a2efb7402f22fcf3264a11ae190f36e12fab227 /app-emulation/win4lin | |
parent | Stable on ppc. (Manifest recommit) (diff) | |
download | gentoo-2-b49799fa916faf30b49bda0906b4dcb22ceec7b1.tar.gz gentoo-2-b49799fa916faf30b49bda0906b4dcb22ceec7b1.tar.bz2 gentoo-2-b49799fa916faf30b49bda0906b4dcb22ceec7b1.zip |
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'app-emulation/win4lin')
-rw-r--r-- | app-emulation/win4lin/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/win4lin/win4lin-5.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/win4lin/ChangeLog b/app-emulation/win4lin/ChangeLog index 5b17bc900cf0..10f0b8c1cc69 100644 --- a/app-emulation/win4lin/ChangeLog +++ b/app-emulation/win4lin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/win4lin # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/ChangeLog,v 1.18 2004/08/26 20:00:09 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/ChangeLog,v 1.19 2004/09/05 23:54:49 ciaranm Exp $ + + 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> win4lin-5.1.1.ebuild: + Switch to use epause and ebeep, bug #62950 *win4lin-5.1.1 (18 Mar 2004) diff --git a/app-emulation/win4lin/win4lin-5.1.1.ebuild b/app-emulation/win4lin/win4lin-5.1.1.ebuild index f7f4447ba187..3c11c7ec1d26 100644 --- a/app-emulation/win4lin/win4lin-5.1.1.ebuild +++ b/app-emulation/win4lin/win4lin-5.1.1.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/app-emulation/win4lin/win4lin-5.1.1.ebuild,v 1.1 2004/08/26 20:00:09 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/win4lin-5.1.1.ebuild,v 1.2 2004/09/05 23:54:49 ciaranm Exp $ inherit eutils @@ -29,7 +29,7 @@ pkg_setup() { ewarn "Is a good idea to backup your license code too." echo die "blocked by older version" - sleep 5 + epause fi } |