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-emulation/gngb/
Date: Fri, 06 May 2016 02:50:40
Message-Id: 1462502946.ed9846aee91908fb8c046fc91c4cb50385d87268.mr_bones_@gentoo
1 commit: ed9846aee91908fb8c046fc91c4cb50385d87268
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 01:36:48 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=ed9846ae
7
8 games-emulation/gngb: set RDEPEND
9
10 Package-Manager: portage-2.2.26
11
12 games-emulation/gngb/gngb-20060309.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/games-emulation/gngb/gngb-20060309.ebuild b/games-emulation/gngb/gngb-20060309.ebuild
16 index 3a1774a..92d24eb 100644
17 --- a/games-emulation/gngb/gngb-20060309.ebuild
18 +++ b/games-emulation/gngb/gngb-20060309.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -18,6 +18,7 @@ DEPEND="media-libs/libsdl[sound,joystick,video]
26 sys-libs/zlib
27 app-arch/bzip2
28 opengl? ( virtual/opengl )"
29 +RDEPEND=${DEPEND}
30
31 src_prepare() {
32 epatch "${FILESDIR}"/${P}-ovflfix.patch
33 @@ -30,7 +31,6 @@ src_configure() {
34 }
35
36 src_install() {
37 - emake DESTDIR="${D}" install
38 - dodoc AUTHORS ChangeLog NEWS README TODO
39 + default
40 prepgamesdirs
41 }