diff options
author | Dennis Eisele <kernlpanic@dennis-eisele.de> | 2022-01-16 00:06:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-20 14:29:49 +0000 |
commit | 94accec6ff978959ed5a8f0411ea70e1d92bdd2c (patch) | |
tree | c1dd6d8bbed918f79de83f145245b70219bc4ec2 /media-sound/flacon | |
parent | media-sound/flacon: bump version to 8.2.0 (diff) | |
download | gentoo-94accec6ff978959ed5a8f0411ea70e1d92bdd2c.tar.gz gentoo-94accec6ff978959ed5a8f0411ea70e1d92bdd2c.tar.bz2 gentoo-94accec6ff978959ed5a8f0411ea70e1d92bdd2c.zip |
media-sound/flacon: fix virtx call
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Dennis Eisele <kernlpanic@dennis-eisele.de>
Closes: https://github.com/gentoo/gentoo/pull/23768
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/flacon')
-rw-r--r-- | media-sound/flacon/flacon-5.5.1.ebuild | 4 | ||||
-rw-r--r-- | 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() { |