Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/egoboo/
Date: Fri, 06 May 2016 02:50:50
Message-Id: 1462502946.7cdac109164557d331b73e7b6fe7479fa81a4d29.mr_bones_@gentoo
1 commit: 7cdac109164557d331b73e7b6fe7479fa81a4d29
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 01:59:19 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 02:49:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdac109
7
8 games-rpg/egoboo: set RDEPEND
9
10 Package-Manager: portage-2.2.26
11
12 games-rpg/egoboo/egoboo-2.8.1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-rpg/egoboo/egoboo-2.8.1.ebuild b/games-rpg/egoboo/egoboo-2.8.1.ebuild
16 index 7bdee75..4a6dae8 100644
17 --- a/games-rpg/egoboo/egoboo-2.8.1.ebuild
18 +++ b/games-rpg/egoboo/egoboo-2.8.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -22,6 +22,7 @@ DEPEND="virtual/opengl
26 media-libs/sdl-ttf
27 net-libs/enet:0
28 dev-games/physfs"
29 +RDEPEND=${DEPEND}
30
31 src_prepare() {
32 edos2unix src/game/platform/file_linux.c \
33 @@ -32,7 +33,7 @@ src_prepare() {
34 -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
35 -e "s:@GENTOO_CONFDIR@:${GAMES_SYSCONFDIR}/${PN}:" \
36 src/game/platform/file_linux.c || die "sed failed"
37 - rm -rf src/enet || die "failed removing enet"
38 + rm -rf src/enet || die
39 }
40
41 src_compile() {