summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-04-23 00:03:45 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-04-23 00:03:45 +0000
commit453a8e72c76f45430696fc50410c9e7b8580c436 (patch)
tree243eccef2ef04277efed42877c3aab28f83c0b14 /media-sound/saydate/saydate-0.3.0.ebuild
parentChange supersed dependencies (diff)
downloadhistorical-453a8e72c76f45430696fc50410c9e7b8580c436.tar.gz
historical-453a8e72c76f45430696fc50410c9e7b8580c436.tar.bz2
historical-453a8e72c76f45430696fc50410c9e7b8580c436.zip
Change supersed dependencies
Diffstat (limited to 'media-sound/saydate/saydate-0.3.0.ebuild')
-rw-r--r--media-sound/saydate/saydate-0.3.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/saydate/saydate-0.3.0.ebuild b/media-sound/saydate/saydate-0.3.0.ebuild
index ce9acc8fe8e5..70a4c779f151 100644
--- a/media-sound/saydate/saydate-0.3.0.ebuild
+++ b/media-sound/saydate/saydate-0.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.3 2003/02/28 16:54:59 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.4 2003/04/23 00:03:38 lostlogic Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="A Linux shell program that talks the date and system uptime."
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-DEPEND="sys-apps/supersed"
+DEPEND="=sys-apps/sed-4*"
IUSE=""
src_compile() {
@@ -25,9 +25,9 @@ src_install () {
insinto /usr/share/saydate
doins ${S}/data/*.raw
- ssed -i "s:/dev/audio:/dev/dsp:" ${S}/saydate
- ssed -i "s:/dev/audio:/dev/dsp:" ${S}/au2raw
- ssed -i "s:/dev/audio:/dev/dsp:" ${S}/DESIGN
+ sed -i "s:/dev/audio:/dev/dsp:" ${S}/saydate
+ sed -i "s:/dev/audio:/dev/dsp:" ${S}/au2raw
+ sed -i "s:/dev/audio:/dev/dsp:" ${S}/DESIGN
dodoc README TODO HISTORY DESIGN COPYING
dobin saydate au2raw