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 AE02D158094 for ; Mon, 3 Oct 2022 04:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C82EEE084A; Mon, 3 Oct 2022 04:01:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AF5F1E084A for ; Mon, 3 Oct 2022 04:01:47 +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 A3090340F20 for ; Mon, 3 Oct 2022 04:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCCA05A0 for ; Mon, 3 Oct 2022 04:01:44 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1664769694.7bd4b7d3148e8cdc7d646be97308d996bbc57ca6.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jalv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jalv/jalv-1.6.8.ebuild X-VCS-Directories: media-sound/jalv/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 7bd4b7d3148e8cdc7d646be97308d996bbc57ca6 X-VCS-Branch: master Date: Mon, 3 Oct 2022 04:01:44 +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: c60e8b4e-a8e5-4c32-a3bb-662e04e396d6 X-Archives-Hash: ca9d0b2000d9f5c67776f316008f3fb6 commit: 7bd4b7d3148e8cdc7d646be97308d996bbc57ca6 Author: Miroslav Šulc gentoo org> AuthorDate: Mon Oct 3 04:01:34 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Oct 3 04:01:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd4b7d3 media-sound/jalv: exactly one backend required in 1.6.8 Closes: https://bugs.gentoo.org/874051 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/jalv/jalv-1.6.8.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/jalv/jalv-1.6.8.ebuild b/media-sound/jalv/jalv-1.6.8.ebuild index 010f8cf631b9..c8557d667ed2 100644 --- a/media-sound/jalv/jalv-1.6.8.ebuild +++ b/media-sound/jalv/jalv-1.6.8.ebuild @@ -12,7 +12,8 @@ SRC_URI="https://download.drobilla.net/${P}.tar.xz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" -IUSE="gtk jack portaudio qt5" +IUSE="gtk +jack portaudio qt5" +REQUIRED_USE="^^ ( jack portaudio )" RDEPEND=" dev-libs/serd