diff --git a/dev-python/pillow/pillow-12.1.1.ebuild b/dev-python/pillow/pillow-12.1.1.ebuild index 14d15b084f9ec..44e34e97a5238 100644 --- a/dev-python/pillow/pillow-12.1.1.ebuild +++ b/dev-python/pillow/pillow-12.1.1.ebuild @@ -9,7 +9,7 @@ DISTUTILS_USE_PEP517=standalone PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) PYTHON_REQ_USE='tk?,threads(+)' -inherit distutils-r1 toolchain-funcs virtualx +inherit distutils-r1 multiprocessing toolchain-funcs virtualx MY_PN=Pillow MY_P=${MY_PN}-${PV} @@ -101,6 +101,7 @@ python_configure_all() { [build_ext] debug = True disable_platform_guessing = True + parallel = $(get_makeopts_jobs) $(usepil avif)_avif = True $(usepil truetype)_freetype = True $(usepil jpeg)_jpeg = True diff --git a/dev-python/pillow/pillow-12.2.0.ebuild b/dev-python/pillow/pillow-12.2.0.ebuild index 14e6df655aaef..d0d5cc2350ad6 100644 --- a/dev-python/pillow/pillow-12.2.0.ebuild +++ b/dev-python/pillow/pillow-12.2.0.ebuild @@ -9,7 +9,7 @@ DISTUTILS_USE_PEP517=standalone PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) PYTHON_REQ_USE='tk?,threads(+)' -inherit distutils-r1 toolchain-funcs virtualx +inherit distutils-r1 multiprocessing toolchain-funcs virtualx MY_PN=Pillow MY_P=${MY_PN}-${PV} @@ -101,6 +101,7 @@ python_configure_all() { [build_ext] debug = True disable_platform_guessing = True + parallel = $(get_makeopts_jobs) $(usepil avif)_avif = True $(usepil truetype)_freetype = True $(usepil jpeg)_jpeg = True