diff options
author | Horea Christian <chr@chymera.eu> | 2023-05-25 22:49:04 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-05-28 10:28:09 +0300 |
commit | cc8f49fcd76d598062dcd16602ea3870d096f2fe (patch) | |
tree | 4d84bbe5f6cbf2ebf66151dddde10a33b0cb3689 /app-backup/mkstage4/mkstage4-9999.ebuild | |
parent | app-emulation/spice: drop 0.15.0 (diff) | |
download | gentoo-cc8f49fcd76d598062dcd16602ea3870d096f2fe.tar.gz gentoo-cc8f49fcd76d598062dcd16602ea3870d096f2fe.tar.bz2 gentoo-cc8f49fcd76d598062dcd16602ea3870d096f2fe.zip |
app-backup/mkstage4: bump 0.4.3, update live ebuild
Signed-off-by: Horea Christian <chr@chymera.eu>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-backup/mkstage4/mkstage4-9999.ebuild')
-rw-r--r-- | app-backup/mkstage4/mkstage4-9999.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-backup/mkstage4/mkstage4-9999.ebuild b/app-backup/mkstage4/mkstage4-9999.ebuild index 526fffe40f9f..d22f71fe4e1b 100644 --- a/app-backup/mkstage4/mkstage4-9999.ebuild +++ b/app-backup/mkstage4/mkstage4-9999.ebuild @@ -15,12 +15,15 @@ KEYWORDS="" IUSE="" DEPEND="" -RDEPEND="app-shells/bash - app-arch/tar" +RDEPEND=" + app-shells/bash + app-arch/tar +" src_install() { - newbin mkstage4.sh mkstage4 + newbin cpstage4.sh cpstage4 newbin exstage4.sh exstage4 + newbin mkstage4.sh mkstage4 einstalldocs } |