commit: da16dd931e4986263f45c995cb776c2529cb202a
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 10 06:38:25 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 07:10:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da16dd93
app-backup/mkstage4: call einstalldocs
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-backup/mkstage4/mkstage4-0.3.ebuild | 1 +
app-backup/mkstage4/mkstage4-9999.ebuild | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-backup/mkstage4/mkstage4-0.3.ebuild
b/app-backup/mkstage4/mkstage4-0.3.ebuild
index cd2b2139d5d..34da72a2c4b 100644
--- a/app-backup/mkstage4/mkstage4-0.3.ebuild
+++ b/app-backup/mkstage4/mkstage4-0.3.ebuild
@@ -21,6 +21,7 @@ RDEPEND="
src_install() {
newbin mkstage4.sh mkstage4
+ einstalldocs
}
src_test() {
diff --git a/app-backup/mkstage4/mkstage4-9999.ebuild
b/app-backup/mkstage4/mkstage4-9999.ebuild
index 6cb479448e6..cd989859f11 100644
--- a/app-backup/mkstage4/mkstage4-9999.ebuild
+++ b/app-backup/mkstage4/mkstage4-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit git-r3
@@ -20,4 +20,5 @@ RDEPEND="app-shells/bash
src_install() {
newbin mkstage4.sh mkstage4
+ einstalldocs
}