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:
William Breathitt Gray
2019-05-18 17:51:12 +09:00
parent 02d45b05d5
commit ed563bffcf

View File

@@ -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
)"