summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-05-05 22:43:23 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-05-05 22:49:06 -0400
commit931c46f8d29dfa16c138da2587d4a8deb22d7f88 (patch)
treeb5ab9c589ce46c469bdf65cc1445b3564a668903 /games-simulation/pmars-sdl
parentgames-rpg/twclone: fix inherit order (diff)
downloadgentoo-931c46f8d29dfa16c138da2587d4a8deb22d7f88.tar.gz
gentoo-931c46f8d29dfa16c138da2587d4a8deb22d7f88.tar.bz2
gentoo-931c46f8d29dfa16c138da2587d4a8deb22d7f88.zip
games-simulation/pmars-sdl: set RDEPEND
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-simulation/pmars-sdl')
-rw-r--r--games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
index 3429dd0f2a9d..1826340d710d 100644
--- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
+++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild
@@ -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}