Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/yle-dl/
Date: Wed, 01 Jan 2020 16:22:48
Message-Id: 1577895756.a9035f700065ef463b1498c8f7db4c370cc222b2.juippis@gentoo
1 commit: a9035f700065ef463b1498c8f7db4c370cc222b2
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 16:21:52 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 16:22:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9035f70
7
8 media-video/yle-dl: add DISTUTILS_USE_SETUPTOOLS
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-video/yle-dl/yle-dl-20191231.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/media-video/yle-dl/yle-dl-20191231.ebuild b/media-video/yle-dl/yle-dl-20191231.ebuild
16 index eb48b56557d..fe780d782bf 100644
17 --- a/media-video/yle-dl/yle-dl-20191231.ebuild
18 +++ b/media-video/yle-dl/yle-dl-20191231.ebuild
19 @@ -1,9 +1,10 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 PYTHON_COMPAT=( python3_{5..7} )
27 +DISTUTILS_USE_SETUPTOOLS=rdepend
28
29 inherit distutils-r1
30
31 @@ -62,6 +63,6 @@ python_test() {
32 }
33
34 pkg_postinst() {
35 - einfo "Sample configuration file has been installed in "
36 - einfo " /usr/share/doc/yle-dl-${PV}/yledl.conf.sample.bz2"
37 + elog "Sample configuration file has been installed in "
38 + elog " /usr/share/doc/yle-dl-${PV}/yledl.conf.sample.bz2"
39 }