From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 560AA138334 for ; Thu, 24 Oct 2019 19:53:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83116E087A; Thu, 24 Oct 2019 19:53:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6ADD6E087A for ; Thu, 24 Oct 2019 19:53:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A776034C24A for ; Thu, 24 Oct 2019 19:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51E0A2A5 for ; Thu, 24 Oct 2019 19:53:10 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1571946779.c4a088199cd63467f2d0e607735fbecbec761229.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dstat/dstat-0.7.4.ebuild X-VCS-Directories: sys-apps/dstat/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: c4a088199cd63467f2d0e607735fbecbec761229 X-VCS-Branch: master Date: Thu, 24 Oct 2019 19:53:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60c9b7cd-407e-4f6c-bf62-b072adf3c5d4 X-Archives-Hash: 8f2ee3ab81732c0ad66286c865e0938a commit: c4a088199cd63467f2d0e607735fbecbec761229 Author: Piotr Karbowski gentoo org> AuthorDate: Thu Oct 24 19:51:52 2019 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Thu Oct 24 19:52:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a08819 sys-apps/dstat: 0.7.4: add missing install target. Fixes broken src_install() introduced in commit 33d249d4b12616985c6b3b67d484e989827de983. Closes: https://bugs.gentoo.org/698456 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Piotr Karbowski gentoo.org> sys-apps/dstat/dstat-0.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild index 491efbdb32a..3c7300ff8da 100644 --- a/sys-apps/dstat/dstat-0.7.4.ebuild +++ b/sys-apps/dstat/dstat-0.7.4.ebuild @@ -40,7 +40,7 @@ src_prepare() { } src_install() { - emake DESTDIR="${ED}" + emake DESTDIR="${ED}" install einstalldocs if use examples; then