summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-04-10 09:38:25 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-04-10 10:10:35 +0300
commitda16dd931e4986263f45c995cb776c2529cb202a (patch)
tree286e69fe599074ea6be57aeddf15708d64d168ca /app-backup
parentapp-backup/mkstage4: version bump 0.3 (diff)
downloadgentoo-da16dd931e4986263f45c995cb776c2529cb202a.tar.gz
gentoo-da16dd931e4986263f45c995cb776c2529cb202a.tar.bz2
gentoo-da16dd931e4986263f45c995cb776c2529cb202a.zip
app-backup/mkstage4: call einstalldocs
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/mkstage4/mkstage4-0.3.ebuild1
-rw-r--r--app-backup/mkstage4/mkstage4-9999.ebuild5
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 cd2b2139d5d3..34da72a2c4b5 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 6cb479448e6a..cd989859f11f 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
}