games-rpg/egoboo: set RDEPEND
authorMichael Sterrett <mr_bones_@gentoo.org>
Fri, 6 May 2016 01:59:19 +0000 (21:59 -0400)
committerMichael Sterrett <mr_bones_@gentoo.org>
Fri, 6 May 2016 02:49:06 +0000 (22:49 -0400)
Package-Manager: portage-2.2.26

games-rpg/egoboo/egoboo-2.8.1.ebuild

index 7bdee75374f0bd921d3b750d7420e3299fca941d..4a6dae89bac8ca27a72be36eb3ef0d81599c82ca 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,6 +22,7 @@ DEPEND="virtual/opengl
        media-libs/sdl-ttf
        net-libs/enet:0
        dev-games/physfs"
+RDEPEND=${DEPEND}
 
 src_prepare() {
        edos2unix src/game/platform/file_linux.c \
@@ -32,7 +33,7 @@ src_prepare() {
                -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
                -e "s:@GENTOO_CONFDIR@:${GAMES_SYSCONFDIR}/${PN}:" \
                src/game/platform/file_linux.c || die "sed failed"
-       rm -rf src/enet || die "failed removing enet"
+       rm -rf src/enet || die
 }
 
 src_compile() {