summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-01-01 18:21:52 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-01-01 18:22:36 +0200
commita9035f700065ef463b1498c8f7db4c370cc222b2 (patch)
tree5e562b32f5867e41a239e0b8f9f4fc802878bc5e /media-video/yle-dl
parentsys-apps/pcsc-lite: Drop obsolete blockers (diff)
downloadgentoo-a9035f700065ef463b1498c8f7db4c370cc222b2.tar.gz
gentoo-a9035f700065ef463b1498c8f7db4c370cc222b2.tar.bz2
gentoo-a9035f700065ef463b1498c8f7db4c370cc222b2.zip
media-video/yle-dl: add DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-video/yle-dl')
-rw-r--r--media-video/yle-dl/yle-dl-20191231.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/yle-dl/yle-dl-20191231.ebuild b/media-video/yle-dl/yle-dl-20191231.ebuild
index eb48b56557d0..fe780d782bf3 100644
--- a/media-video/yle-dl/yle-dl-20191231.ebuild
+++ b/media-video/yle-dl/yle-dl-20191231.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5..7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -62,6 +63,6 @@ python_test() {
}
pkg_postinst() {
- einfo "Sample configuration file has been installed in "
- einfo " /usr/share/doc/yle-dl-${PV}/yledl.conf.sample.bz2"
+ elog "Sample configuration file has been installed in "
+ elog " /usr/share/doc/yle-dl-${PV}/yledl.conf.sample.bz2"
}