Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
Date: Sun, 29 Nov 2020 22:52:11
Message-Id: 1606690314.3c595c6933e4ab984344f5747ac58ac1747210e9.marecki@gentoo
1 commit: 3c595c6933e4ab984344f5747ac58ac1747210e9
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 22:48:06 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 22:51:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c595c69
7
8 x11-misc/hsetroot-1.0.5: use einstalldocs instead of dodoc
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 x11-misc/hsetroot/hsetroot-1.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
16 index a1e16b31f17..4e3c46e8d21 100644
17 --- a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
18 +++ b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
19 @@ -45,5 +45,5 @@ src_compile() {
20
21 src_install() {
22 dobin ${PN} hsr-outputs
23 - dodoc README.md
24 + einstalldocs
25 }