mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
games-fps/crispy-doom: python is a BDEPEND dependency
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
This commit is contained in:
parent
ed563bffcf
commit
337b5173dd
@ -3,7 +3,9 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools xdg
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
|
||||
inherit autotools python-any-r1 xdg
|
||||
|
||||
DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on Chocolate Doom"
|
||||
HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom"
|
||||
@ -21,10 +23,10 @@ DEPEND="
|
||||
libsamplerate? ( media-libs/libsamplerate )
|
||||
png? ( media-libs/libpng:= )
|
||||
zlib? ( sys-libs/zlib )"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
python? (
|
||||
dev-lang/python
|
||||
${PYTHON_DEPS}
|
||||
dev-python/pillow
|
||||
)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user