media-video/yle-dl: add DISTUTILS_USE_SETUPTOOLS
authorJoonas Niilola <juippis@gentoo.org>
Wed, 1 Jan 2020 16:21:52 +0000 (18:21 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 1 Jan 2020 16:22:36 +0000 (18:22 +0200)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
media-video/yle-dl/yle-dl-20191231.ebuild

index eb48b56557d05ea7ec7f8e76a2cf784c841765be..fe780d782bf3e46a1f44fe0a6f38995f1464927c 100644 (file)
@@ -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"
 }