mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
media-gfx/grafx2: add missing RDEPEND
Closes: https://bugs.gentoo.org/860060 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
|
|||||||
# Test phase fails: make: *** [Makefile:1146: ../bin/tests-sdl] Error 1
|
# Test phase fails: make: *** [Makefile:1146: ../bin/tests-sdl] Error 1
|
||||||
RESTRICT="test"
|
RESTRICT="test"
|
||||||
|
|
||||||
DEPEND="
|
RDEPEND="
|
||||||
media-libs/libsdl
|
media-libs/libsdl
|
||||||
media-libs/sdl-image[tiff]
|
media-libs/sdl-image[tiff]
|
||||||
media-libs/freetype
|
media-libs/freetype
|
||||||
@@ -30,6 +30,7 @@ DEPEND="
|
|||||||
ttf? ( media-libs/sdl-ttf )
|
ttf? ( media-libs/sdl-ttf )
|
||||||
lua? ( ${LUA_DEPS} )
|
lua? ( ${LUA_DEPS} )
|
||||||
"
|
"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
PATCHES=( "${FILESDIR}/${PN}-desktop-file.patch" )
|
PATCHES=( "${FILESDIR}/${PN}-desktop-file.patch" )
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ PATCHES=(
|
|||||||
"${FILESDIR}/${PN}-desktop-file.patch"
|
"${FILESDIR}/${PN}-desktop-file.patch"
|
||||||
)
|
)
|
||||||
|
|
||||||
DEPEND="
|
RDEPEND="
|
||||||
media-libs/libsdl
|
media-libs/libsdl
|
||||||
media-libs/sdl-image[tiff]
|
media-libs/sdl-image[tiff]
|
||||||
media-libs/freetype
|
media-libs/freetype
|
||||||
@@ -31,6 +31,7 @@ DEPEND="
|
|||||||
ttf? ( media-libs/sdl-ttf )
|
ttf? ( media-libs/sdl-ttf )
|
||||||
lua? ( >=dev-lang/lua-5.1.0 )
|
lua? ( >=dev-lang/lua-5.1.0 )
|
||||||
"
|
"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
pushd ../
|
pushd ../
|
||||||
|
|||||||
Reference in New Issue
Block a user