Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
Date: Tue, 06 Feb 2018 19:43:09
Message-Id: 1517946166.543b5ea6264543d34e8ea5ebc553e79012fa3c7e.heroxbd@gentoo
1 commit: 543b5ea6264543d34e8ea5ebc553e79012fa3c7e
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 6 19:27:49 2018 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 19:42:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543b5ea6
7
8 sys-apps/dstat: support Prefix again.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-apps/dstat/dstat-0.7.3.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild b/sys-apps/dstat/dstat-0.7.3.ebuild
16 index 38eec6ece2d..04847b0ef79 100644
17 --- a/sys-apps/dstat/dstat-0.7.3.ebuild
18 +++ b/sys-apps/dstat/dstat-0.7.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -25,7 +25,9 @@ RDEPEND="
26 DEPEND=""
27
28 src_install() {
29 - default
30 + emake DESTDIR="${ED}" install
31 + einstalldocs
32 +
33 if use examples; then
34 dodoc examples/{mstat,read}.py
35 fi