mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
games-fps/chocolate-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:
@@ -3,7 +3,9 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit xdg
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
|
||||
inherit python-any-r1 xdg
|
||||
|
||||
DESCRIPTION="A Doom source port that is minimalist and historically accurate"
|
||||
HOMEPAGE="https://www.chocolate-doom.org"
|
||||
@@ -20,10 +22,10 @@ DEPEND="
|
||||
media-libs/sdl2-net
|
||||
libsamplerate? ( media-libs/libsamplerate )
|
||||
png? ( media-libs/libpng:= )"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
python? (
|
||||
dev-lang/python
|
||||
${PYTHON_DEPS}
|
||||
dev-python/pillow
|
||||
)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user