commit:     7cdac109164557d331b73e7b6fe7479fa81a4d29
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 01:59:19 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri May  6 02:49:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdac109

games-rpg/egoboo: set RDEPEND

Package-Manager: portage-2.2.26

 games-rpg/egoboo/egoboo-2.8.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-rpg/egoboo/egoboo-2.8.1.ebuild 
b/games-rpg/egoboo/egoboo-2.8.1.ebuild
index 7bdee75..4a6dae8 100644
--- a/games-rpg/egoboo/egoboo-2.8.1.ebuild
+++ b/games-rpg/egoboo/egoboo-2.8.1.ebuild
@@ -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() {

Reply via email to