games-emulation/gngb: set RDEPEND
authorMichael Sterrett <mr_bones_@gentoo.org>
Fri, 6 May 2016 01:36:48 +0000 (21:36 -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-emulation/gngb/gngb-20060309.ebuild

index 3a1774a4d93fa8ef9ba7cc8214baf7c63d1f0922..92d24ebb9bd18cd810c3d7b55c03536fdb5e8b29 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,6 +18,7 @@ DEPEND="media-libs/libsdl[sound,joystick,video]
        sys-libs/zlib
        app-arch/bzip2
        opengl? ( virtual/opengl )"
+RDEPEND=${DEPEND}
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-ovflfix.patch
@@ -30,7 +31,6 @@ src_configure() {
 }
 
 src_install() {
-       emake DESTDIR="${D}" install
-       dodoc AUTHORS ChangeLog NEWS README TODO
+       default
        prepgamesdirs
 }