commit:     94accec6ff978959ed5a8f0411ea70e1d92bdd2c
Author:     Dennis Eisele <kernlpanic <AT> dennis-eisele <DOT> de>
AuthorDate: Sat Jan 15 23:06:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 14:29:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94accec6

media-sound/flacon: fix virtx call

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Dennis Eisele <kernlpanic <AT> dennis-eisele.de>
Closes: https://github.com/gentoo/gentoo/pull/23768
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/flacon/flacon-5.5.1.ebuild | 4 ++--
 media-sound/flacon/flacon-8.2.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/flacon/flacon-5.5.1.ebuild 
b/media-sound/flacon/flacon-5.5.1.ebuild
index ffc3d5f7fc6e..34c20012e82c 100644
--- a/media-sound/flacon/flacon-5.5.1.ebuild
+++ b/media-sound/flacon/flacon-5.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -62,7 +62,7 @@ src_configure() {
 }
 
 src_test() {
-       virtx "${BUILD_DIR}/tests/${PN}_test"
+       virtx "${BUILD_DIR}/tests/${PN}_test" || die
 }
 
 pkg_postinst() {

diff --git a/media-sound/flacon/flacon-8.2.0.ebuild 
b/media-sound/flacon/flacon-8.2.0.ebuild
index e9311569dc93..c0da6cdb1ab8 100644
--- a/media-sound/flacon/flacon-8.2.0.ebuild
+++ b/media-sound/flacon/flacon-8.2.0.ebuild
@@ -58,7 +58,7 @@ src_configure() {
 }
 
 src_test() {
-       virtx "${BUILD_DIR}/tests/${PN}_test"
+       virtx "${BUILD_DIR}/tests/${PN}_test" || die
 }
 
 pkg_postinst() {

Reply via email to