games-simulation/pmars-sdl: set RDEPEND
authorMichael Sterrett <mr_bones_@gentoo.org>
Fri, 6 May 2016 02:43:23 +0000 (22:43 -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-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild

index 3429dd0f2a9db3e7d0a25e4854d3a146b1a6753d..1826340d710d7d7204003be32447966e57b235b7 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit toolchain-funcs games eutils
+inherit toolchain-funcs eutils games
 
 MY_PN="${PN/-sdl/}"
 MY_PV="${PV/e/-5}"
@@ -21,6 +21,7 @@ IUSE="sdl X"
 DEPEND="sdl? ( x11-libs/libX11 media-libs/libsdl[video] )
        X? ( x11-libs/libX11 )
        !sdl? ( !X? ( sys-libs/ncurses ) )"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}