1
0
mirror of synced 2024-12-22 12:50:33 +01:00

app-backup/mkstage4: fixes ahead of Gentoo Main

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-04-06 00:12:43 -04:00
parent 9e1b735327
commit e432445315
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
06 Apr 2020; <chymera@gentoo.org> mkstage4-0.3.ebuild:
app-backup/mkstage4: fixes ahead of Gentoo Main
*mkstage4-0.3 (06 Apr 2020)
06 Apr 2020; <chymera@gentoo.org> +mkstage4-0.3.ebuild, -mkstage4-0.2.ebuild,

View File

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs"
HOMEPAGE="https://github.com/TheChymera/mkstage4"
@ -23,5 +23,5 @@ src_install() {
}
src_test() {
bats -r tests || die
bats tests/* || die
}