mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
games-fps/chocolate-doom: Remove pillow dependency
Icons and fonts are provided prebuilt, so pillow module dependency is not necessary. 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:
@@ -23,11 +23,7 @@ DEPEND="
|
||||
libsamplerate? ( media-libs/libsamplerate )
|
||||
png? ( media-libs/libpng:= )"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="python? ( $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]') )"
|
||||
|
||||
python_check_deps() {
|
||||
has_version "dev-python/pillow[${PYTHON_USEDEP}]"
|
||||
}
|
||||
BDEPEND="python? ( ${PYTHON_DEPS} )"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
|
||||
Reference in New Issue
Block a user