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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E2C3158003 for ; Mon, 6 Dec 2021 14:59:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0F3A2BC00E; Mon, 6 Dec 2021 14:59:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 74AE32BC00E for ; Mon, 6 Dec 2021 14:59:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 280C334361E for ; Mon, 6 Dec 2021 14:59:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64EDA1A0 for ; Mon, 6 Dec 2021 14:59:49 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1638802779.6ed374b48d32136faa871ab1bcecea9a62df3f4d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lsp-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lsp-plugins/lsp-plugins-1.1.29.ebuild X-VCS-Directories: media-libs/lsp-plugins/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6ed374b48d32136faa871ab1bcecea9a62df3f4d X-VCS-Branch: master Date: Mon, 6 Dec 2021 14:59:49 +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: 69792388-6236-4e7b-b6f0-282f8270ccc0 X-Archives-Hash: 451c1993bbfcfff14de5a93d5d57fd59 commit: 6ed374b48d32136faa871ab1bcecea9a62df3f4d Author: Marek Szuba gentoo org> AuthorDate: Mon Dec 6 14:54:06 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Dec 6 14:59:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed374b4 media-libs/lsp-plugins: tests require USE=jack Interestingly enough, only JACK is required here - src_test() runs fine with USE="-ladspa -lv2" (and the relevant dependencies removed, to be sure). Path-of-least-resistance fix following having observed this problem while debugging an unrelated issue, perhaps with a bit of effort one could either isolate JACK dependency to only affect the test phase or make it optional. Closes: https://bugs.gentoo.org/768798 Signed-off-by: Marek Szuba gentoo.org> media-libs/lsp-plugins/lsp-plugins-1.1.29.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.29.ebuild b/media-libs/lsp-plugins/lsp-plugins-1.1.29.ebuild index 38269a16bc11..739dcd9932ed 100644 --- a/media-libs/lsp-plugins/lsp-plugins-1.1.29.ebuild +++ b/media-libs/lsp-plugins/lsp-plugins-1.1.29.ebuild @@ -20,8 +20,11 @@ fi LICENSE="LGPL-3" SLOT="0" -IUSE="doc jack ladspa +lv2" -REQUIRED_USE="|| ( jack ladspa lv2 )" +IUSE="doc jack ladspa +lv2 test" +REQUIRED_USE="|| ( jack ladspa lv2 ) + test? ( jack )" + +RESTRICT="!test? ( test )" DEPEND=" dev-libs/expat