mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
games-fps/crispy-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:
@@ -24,14 +24,10 @@ DEPEND="
|
|||||||
png? ( media-libs/libpng:= )
|
png? ( media-libs/libpng:= )
|
||||||
zlib? ( sys-libs/zlib )"
|
zlib? ( sys-libs/zlib )"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND="python? ( $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]') )"
|
BDEPEND="python? ( ${PYTHON_DEPS} )"
|
||||||
|
|
||||||
S="${WORKDIR}"/${PN}-${P}
|
S="${WORKDIR}"/${PN}-${P}
|
||||||
|
|
||||||
python_check_deps() {
|
|
||||||
has_version "dev-python/pillow[${PYTHON_USEDEP}]"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
eautoreconf
|
eautoreconf
|
||||||
|
|||||||
Reference in New Issue
Block a user