diff options
Diffstat (limited to 'net-misc/gallery-dl/gallery-dl-1.19.2.ebuild')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.19.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild index d3b25012fb26..79c29ccc0450 100644 --- a/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild @@ -28,10 +28,8 @@ RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]" distutils_enable_tests setup.py -src_compile() { - emake data/completion/{,_}gallery-dl man - - distutils-r1_src_compile +python_compile_all() { + emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man } pkg_postinst() { |