summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Turenko <totktonada.ru@gmail.com>2016-12-30 19:20:58 +0300
committerAlexander Turenko <totktonada.ru@gmail.com>2016-12-30 19:20:58 +0300
commit9076bffb57e47a58156aed2e9f1c79515d6449e1 (patch)
tree920ff981aed0582001e36f7fd0a812d7e24cf7a6
parentgames-action/dxx-rebirth: version bump: 0.59.100 (diff)
downloadgamerlay-9076bffb57e47a58156aed2e9f1c79515d6449e1.tar.gz
gamerlay-9076bffb57e47a58156aed2e9f1c79515d6449e1.tar.bz2
gamerlay-9076bffb57e47a58156aed2e9f1c79515d6449e1.zip
games-action/dxx-rebirth: added DEPEND into RDEPEND
Also removed trailing whitespace and made parenthesis in *DEPEND more consistent in its style.
-rw-r--r--games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild
index be99ee8..b0dcf95 100644
--- a/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild
+++ b/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild
@@ -10,7 +10,7 @@ MY_P=${PN}_v${PV}-src
DESCRIPTION="Descent Rebirth - enhanced Descent 1 & 2 engine"
HOMEPAGE="http://www.dxx-rebirth.com/"
SRC_URI="http://www.dxx-rebirth.com/download/dxx/${MY_P}.tar.gz
- opl3-musicpack? (
+ opl3-musicpack? (
descent1? ( http://www.dxx-rebirth.com/download/dxx/res/d1xr-opl3-music.dxa )
descent2? ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-opl3-music.dxa ) )
sc55-musicpack? (
@@ -37,15 +37,14 @@ REQUIRED_USE="|| ( descent1 descent2 )
DEPEND="dev-games/physfs[hog,mvl,zip]
media-libs/libsdl:0[X,sound,joystick,opengl?,video]
music? (
- media-libs/sdl-mixer:0[midi,timidity,vorbis]
- )
+ media-libs/sdl-mixer:0[midi,timidity,vorbis] )
opengl? (
virtual/opengl
- virtual/glu
- )"
-RDEPEND="data? (
- descent1? ( || ( games-action/descent1-data games-action/descent1-demodata ) )
- descent2? ( || ( games-action/descent2-data games-action/descent2-demodata ) ) )"
+ virtual/glu )"
+RDEPEND="${DEPEND}
+ data? (
+ descent1? ( || ( games-action/descent1-data games-action/descent1-demodata ) )
+ descent2? ( || ( games-action/descent2-data games-action/descent2-demodata ) ) )"
S="${WORKDIR}/${MY_P}"