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 1DF7B158004 for ; Sat, 2 Dec 2023 16:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 478802BC016; Sat, 2 Dec 2023 16:59:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D99A2BC016 for ; Sat, 2 Dec 2023 16:59:42 +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 1DC47335C8E for ; Sat, 2 Dec 2023 16:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 523C3BAE for ; Sat, 2 Dec 2023 16:59:39 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1701536374.a9e0c32af9177c423a50b586780c6f0205d07c8f.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/dragonfly-reverb-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild X-VCS-Directories: media-plugins/dragonfly-reverb-plugins/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: a9e0c32af9177c423a50b586780c6f0205d07c8f X-VCS-Branch: master Date: Sat, 2 Dec 2023 16:59:39 +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: 28799bf8-1c66-4d27-bb7a-96e21f4f4b10 X-Archives-Hash: 0bc2682ebfddbc74ca6a812494ac0b37 commit: a9e0c32af9177c423a50b586780c6f0205d07c8f Author: Jason A. Donenfeld gentoo org> AuthorDate: Sat Dec 2 16:58:53 2023 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Sat Dec 2 16:59:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e0c32a media-plugins/dragonfly-reverb-plugins: add missing deps Closes: https://bugs.gentoo.org/918996 Signed-off-by: Jason A. Donenfeld gentoo.org> .../dragonfly-reverb-plugins-3.2.10.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild b/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild index f1eb34d0fcc1..d233bb55312c 100644 --- a/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild +++ b/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild @@ -12,11 +12,14 @@ SLOT="0" KEYWORDS="~amd64" DEPEND=" + media-libs/libglvnd + virtual/jack + x11-libs/cairo x11-libs/libX11 + x11-libs/libXcursor + x11-libs/libXext x11-libs/libXext x11-libs/libXrandr - media-libs/libglvnd - virtual/jack " RDEPEND="${DEPEND}" BDEPEND=""