summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-24 04:39:53 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-24 04:39:53 +0000
commitbc0dcd68eb916153b171c5a2e0aabfd731722fee (patch)
tree45add2f177f8bc32c5a32912dd9a003e437e56e8 /games-action/atanks/atanks-1.1.0.ebuild
parentclean old versions (diff)
downloadhistorical-bc0dcd68eb916153b171c5a2e0aabfd731722fee.tar.gz
historical-bc0dcd68eb916153b171c5a2e0aabfd731722fee.tar.bz2
historical-bc0dcd68eb916153b171c5a2e0aabfd731722fee.zip
don't rdepend on sed
Diffstat (limited to 'games-action/atanks/atanks-1.1.0.ebuild')
-rw-r--r--games-action/atanks/atanks-1.1.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/atanks/atanks-1.1.0.ebuild b/games-action/atanks/atanks-1.1.0.ebuild
index 8d7bb5e81961..8f0c29f53cda 100644
--- a/games-action/atanks/atanks-1.1.0.ebuild
+++ b/games-action/atanks/atanks-1.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-1.1.0.ebuild,v 1.1 2004/02/05 23:21:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-1.1.0.ebuild,v 1.2 2004/03/24 04:39:53 mr_bones_ Exp $
inherit games
@@ -14,10 +14,11 @@ KEYWORDS="x86"
SLOT="0"
IUSE=""
-DEPEND="virtual/x11
- >=sys-apps/sed-4
+RDEPEND="virtual/x11
>=media-libs/allegro-4.0.3
>=media-libs/allegttf-2.0"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
@@ -33,7 +34,6 @@ src_install() {
dodir "${DATA_DIR}"
cp {credits,gloat,instr,revenge}.txt *dat "${D}${DATA_DIR}" || \
die "cp failed"
-
dodoc BUGS Changelog Help.txt tanks.txt README TODO || die "dodoc failed"
prepgamesdirs
}