Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
Date: Sat, 26 May 2018 18:16:57
Message-Id: 1527358594.79aaa3452dcc6abb901471ac498cc9f2a21f66a5.bman@gentoo
1 commit: 79aaa3452dcc6abb901471ac498cc9f2a21f66a5
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 15:59:25 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 18:16:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79aaa345
7
8 x11-misc/imwheel: add default call to src_install for docs
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
16 index 87c285d6cef..a7d4720d7c6 100644
17 --- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
18 +++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
19 @@ -39,4 +39,5 @@ src_configure() {
20
21 src_install() {
22 emake DESTDIR="${D}" install || die "make install failed"
23 + default
24 }