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