From: Joonas Niilola Date: Fri, 10 Apr 2020 06:38:25 +0000 (+0300) Subject: app-backup/mkstage4: call einstalldocs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=da16dd931e4986263f45c995cb776c2529cb202a;p=gentoo.git app-backup/mkstage4: call einstalldocs Signed-off-by: Joonas Niilola --- 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 }