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 7E0F4138350 for ; Thu, 6 Feb 2020 06:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0D7BE089F; Thu, 6 Feb 2020 06:20:24 +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 963BCE089F for ; Thu, 6 Feb 2020 06:20:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 198AC34E7CB for ; Thu, 6 Feb 2020 06:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 895C110C for ; Thu, 6 Feb 2020 06:20:09 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1580969994.65e7591fb65b605d79407bd661d9cc96fc0221bb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/mkstage4/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/mkstage4/mkstage4-0.2.ebuild X-VCS-Directories: app-backup/mkstage4/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 65e7591fb65b605d79407bd661d9cc96fc0221bb X-VCS-Branch: master Date: Thu, 6 Feb 2020 06:20:09 +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: 84fb986b-51b1-416d-a009-a799c5e5308e X-Archives-Hash: 3d9783acae241965b9ecb9830729aa88 commit: 65e7591fb65b605d79407bd661d9cc96fc0221bb Author: Joonas Niilola gentoo org> AuthorDate: Thu Feb 6 05:11:44 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Feb 6 06:19:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e7591f app-backup/mkstage4: call einstalldocs in 0.2 Signed-off-by: Joonas Niilola gentoo.org> app-backup/mkstage4/mkstage4-0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-backup/mkstage4/mkstage4-0.2.ebuild b/app-backup/mkstage4/mkstage4-0.2.ebuild index b091507e94f..76dbb21e5ba 100644 --- a/app-backup/mkstage4/mkstage4-0.2.ebuild +++ b/app-backup/mkstage4/mkstage4-0.2.ebuild @@ -18,4 +18,5 @@ RDEPEND=" src_install() { newbin mkstage4.sh mkstage4 + einstalldocs }