summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 00:19:42 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 00:19:42 +0000
commit48b2bb24aa2ef5cfe3a0b2f927d8e88beca3c6d9 (patch)
tree00be85042114ce6ca0287fcad25254fe8f0a6333 /media-libs
parentsmall update to multilib DEPEND (Manifest recommit) (diff)
downloadgentoo-2-48b2bb24aa2ef5cfe3a0b2f927d8e88beca3c6d9.tar.gz
gentoo-2-48b2bb24aa2ef5cfe3a0b2f927d8e88beca3c6d9.tar.bz2
gentoo-2-48b2bb24aa2ef5cfe3a0b2f927d8e88beca3c6d9.zip
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libsdl/ChangeLog5
-rw-r--r--media-libs/libsdl/libsdl-1.2.7-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog
index 45c37ef3e36e..c5099efbe85c 100644
--- a/media-libs/libsdl/ChangeLog
+++ b/media-libs/libsdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsdl
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.55 2004/07/29 03:29:33 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.56 2004/09/06 00:15:36 ciaranm Exp $
+
+ 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> libsdl-1.2.7-r2.ebuild:
+ Switch to use epause and ebeep, bug #62950
28 Jul 2004; Tom Gall <tgall@gentoo.org> libsdl-1.2.7-r2.ebuild:
stable on ppc64, bug #55076
diff --git a/media-libs/libsdl/libsdl-1.2.7-r2.ebuild b/media-libs/libsdl/libsdl-1.2.7-r2.ebuild
index d036ced2336a..aebf2e3d039e 100644
--- a/media-libs/libsdl/libsdl-1.2.7-r2.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.7-r2.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/media-libs/libsdl/libsdl-1.2.7-r2.ebuild,v 1.5 2004/08/17 15:40:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.7-r2.ebuild,v 1.6 2004/09/06 00:15:36 ciaranm Exp $
inherit fixheadtails eutils gnuconfig
@@ -37,7 +37,7 @@ pkg_setup() {
ewarn "don't bother filing libsdl-related bugs until trying to remerge"
ewarn "libsdl without the no* flags in USE. You need to know what"
ewarn "you're doing to selectively turn off parts of libsdl."
- sleep 30
+ epause 30
fi
}