summaryrefslogtreecommitdiff
path: root/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/gallery-dl/gallery-dl-1.18.1.ebuild')
-rw-r--r--net-misc/gallery-dl/gallery-dl-1.18.1.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild
index fec914ad2ced..f202ee3c50b3 100644
--- a/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.18.1.ebuild
@@ -5,7 +5,6 @@ EAPI=7
PYTHON_COMPAT=(python3_{8,9})
PYTHON_REQ_USE="sqlite,ssl,xml"
-DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 optfeature
@@ -29,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() {