Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/flacon/
Date: Thu, 20 Jan 2022 14:30:16
Message-Id: 1642688989.94accec6ff978959ed5a8f0411ea70e1d92bdd2c.sam@gentoo
1 commit: 94accec6ff978959ed5a8f0411ea70e1d92bdd2c
2 Author: Dennis Eisele <kernlpanic <AT> dennis-eisele <DOT> de>
3 AuthorDate: Sat Jan 15 23:06:26 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 14:29:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94accec6
7
8 media-sound/flacon: fix virtx call
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Dennis Eisele <kernlpanic <AT> dennis-eisele.de>
12 Closes: https://github.com/gentoo/gentoo/pull/23768
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 media-sound/flacon/flacon-5.5.1.ebuild | 4 ++--
16 media-sound/flacon/flacon-8.2.0.ebuild | 2 +-
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/media-sound/flacon/flacon-5.5.1.ebuild b/media-sound/flacon/flacon-5.5.1.ebuild
20 index ffc3d5f7fc6e..34c20012e82c 100644
21 --- a/media-sound/flacon/flacon-5.5.1.ebuild
22 +++ b/media-sound/flacon/flacon-5.5.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -62,7 +62,7 @@ src_configure() {
30 }
31
32 src_test() {
33 - virtx "${BUILD_DIR}/tests/${PN}_test"
34 + virtx "${BUILD_DIR}/tests/${PN}_test" || die
35 }
36
37 pkg_postinst() {
38
39 diff --git a/media-sound/flacon/flacon-8.2.0.ebuild b/media-sound/flacon/flacon-8.2.0.ebuild
40 index e9311569dc93..c0da6cdb1ab8 100644
41 --- a/media-sound/flacon/flacon-8.2.0.ebuild
42 +++ b/media-sound/flacon/flacon-8.2.0.ebuild
43 @@ -58,7 +58,7 @@ src_configure() {
44 }
45
46 src_test() {
47 - virtx "${BUILD_DIR}/tests/${PN}_test"
48 + virtx "${BUILD_DIR}/tests/${PN}_test" || die
49 }
50
51 pkg_postinst() {