commit:     5bafb2216eeac9e45071cbc19403d037ca48c5c3
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Mar 12 09:44:18 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Apr  3 07:41:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bafb221

app-backup/mkstage4: updated tests, EAPI bump

Signed-off-by: Horea Christian <chr <AT> chymera.eu>
Closes: https://github.com/gentoo/gentoo/pull/30076
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-backup/mkstage4/mkstage4-0.3.1.ebuild | 6 +++---
 app-backup/mkstage4/mkstage4-0.4.ebuild   | 2 +-
 app-backup/mkstage4/mkstage4-9999.ebuild  | 4 ++++
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/app-backup/mkstage4/mkstage4-0.3.1.ebuild 
b/app-backup/mkstage4/mkstage4-0.3.1.ebuild
index 30dce56e4216..c860d58880b0 100644
--- a/app-backup/mkstage4/mkstage4-0.3.1.ebuild
+++ b/app-backup/mkstage4/mkstage4-0.3.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs"
 HOMEPAGE="https://github.com/TheChymera/mkstage4";
@@ -25,5 +25,5 @@ src_install() {
 }
 
 src_test() {
-       bats tests/* || die
+       bats -r tests/* || die
 }

diff --git a/app-backup/mkstage4/mkstage4-0.4.ebuild 
b/app-backup/mkstage4/mkstage4-0.4.ebuild
index 5a7ce8f650e8..5430aad023b7 100644
--- a/app-backup/mkstage4/mkstage4-0.4.ebuild
+++ b/app-backup/mkstage4/mkstage4-0.4.ebuild
@@ -26,5 +26,5 @@ src_install() {
 }
 
 src_test() {
-       bats tests/* || die
+       bats -r tests/* || die
 }

diff --git a/app-backup/mkstage4/mkstage4-9999.ebuild 
b/app-backup/mkstage4/mkstage4-9999.ebuild
index 62421b82d7eb..526fffe40f9f 100644
--- a/app-backup/mkstage4/mkstage4-9999.ebuild
+++ b/app-backup/mkstage4/mkstage4-9999.ebuild
@@ -23,3 +23,7 @@ src_install() {
        newbin exstage4.sh exstage4
        einstalldocs
 }
+
+src_test() {
+       bats -r tests/* || die
+}

Reply via email to