From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31000158087 for ; Thu, 20 Jan 2022 14:30:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DE4A2BC036; Thu, 20 Jan 2022 14:30:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 437332BC036 for ; Thu, 20 Jan 2022 14:30:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16C603433DF for ; Thu, 20 Jan 2022 14:30:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62BF82A3 for ; Thu, 20 Jan 2022 14:30:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1642688989.94accec6ff978959ed5a8f0411ea70e1d92bdd2c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/flacon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/flacon/flacon-5.5.1.ebuild media-sound/flacon/flacon-8.2.0.ebuild X-VCS-Directories: media-sound/flacon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 94accec6ff978959ed5a8f0411ea70e1d92bdd2c X-VCS-Branch: master Date: Thu, 20 Jan 2022 14:30:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0d1df70e-dd23-4406-b092-df5dfb2fd6d7 X-Archives-Hash: 7b9219e535a738aa7c328ce93b4007d6 commit: 94accec6ff978959ed5a8f0411ea70e1d92bdd2c Author: Dennis Eisele dennis-eisele de> AuthorDate: Sat Jan 15 23:06:26 2022 +0000 Commit: Sam James gentoo 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 dennis-eisele.de> Closes: https://github.com/gentoo/gentoo/pull/23768 Signed-off-by: Sam James 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() {