diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-24 04:52:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-24 04:52:18 +0000 |
commit | f6d5a5c2f33be480a8af1477bf4b1bd9f1293bad (patch) | |
tree | 660a265227f3fb0d42a4cde1a3ebec38df247cbc /games-fps/transfusion-bin | |
parent | don't rdepend on sed (Manifest recommit) (diff) | |
download | gentoo-2-f6d5a5c2f33be480a8af1477bf4b1bd9f1293bad.tar.gz gentoo-2-f6d5a5c2f33be480a8af1477bf4b1bd9f1293bad.tar.bz2 gentoo-2-f6d5a5c2f33be480a8af1477bf4b1bd9f1293bad.zip |
don't rdepend on sed
Diffstat (limited to 'games-fps/transfusion-bin')
-rw-r--r-- | games-fps/transfusion-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/transfusion-bin/transfusion-bin-1.01.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-fps/transfusion-bin/ChangeLog b/games-fps/transfusion-bin/ChangeLog index 8555fb423259..afec2ee7577c 100644 --- a/games-fps/transfusion-bin/ChangeLog +++ b/games-fps/transfusion-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/transfusion-bin -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/ChangeLog,v 1.2 2003/09/10 16:07:44 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/ChangeLog,v 1.3 2004/03/24 04:52:18 mr_bones_ Exp $ + + 23 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + transfusion-bin-1.01.ebuild: + don't rdepend on sed *transfusion-bin-1.01 (13 Aug 2003) diff --git a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild index 9148bca5da0e..671efec09d67 100644 --- a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild +++ b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild @@ -15,6 +15,7 @@ KEYWORDS="-* x86" LICENSE="GPL-2" SLOT="0" +RDEPEND="virtual/glibc" DEPEND=">=sys-apps/sed-4" S="${WORKDIR}/${MY_PN}" @@ -41,8 +42,8 @@ src_install() { dogamesbin ${FILESDIR}/transfusion # ...and make it cd to the right place. sed -i \ - -e "s:GENTOO_DIR:${dir}:" ${D}/${GAMES_BINDIR}/transfusion || \ - die "sed transfusion failed" + -e "s:GENTOO_DIR:${dir}:" ${D}/${GAMES_BINDIR}/transfusion \ + || die "sed transfusion failed" prepgamesdirs } |