From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1303980-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DDC4D13933E
	for <garchives@archives.gentoo.org>; Mon, 19 Jul 2021 09:56:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 41D8EE08CE;
	Mon, 19 Jul 2021 09:56:53 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2B44BE08CE
	for <gentoo-commits@lists.gentoo.org>; Mon, 19 Jul 2021 09:56:53 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 454E5342A7E
	for <gentoo-commits@lists.gentoo.org>; Mon, 19 Jul 2021 09:56:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F20F5174
	for <gentoo-commits@lists.gentoo.org>; Mon, 19 Jul 2021 09:56:50 +0000 (UTC)
From: "Marek Szuba" <marecki@gentoo.org>
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" <marecki@gentoo.org>
Message-ID: <1626688602.3e98505d1de9c0f477546a581b40de1330210e1b.marecki@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/zam-plugins/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-plugins/zam-plugins/zam-plugins-3.14.ebuild
X-VCS-Directories: media-plugins/zam-plugins/
X-VCS-Committer: marecki
X-VCS-Committer-Name: Marek Szuba
X-VCS-Revision: 3e98505d1de9c0f477546a581b40de1330210e1b
X-VCS-Branch: master
Date: Mon, 19 Jul 2021 09:56:50 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b4981a7f-844c-407e-a727-d0098a0104cf
X-Archives-Hash: 13f6839d202850142efb2e4167c4462c

commit:     3e98505d1de9c0f477546a581b40de1330210e1b
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 19 09:41:52 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Jul 19 09:56:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e98505d

media-plugins/zam-plugins: make sure x11-libs/cairo has X support

Closes: https://bugs.gentoo.org/802861
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 media-plugins/zam-plugins/zam-plugins-3.14.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-plugins/zam-plugins/zam-plugins-3.14.ebuild b/media-plugins/zam-plugins/zam-plugins-3.14.ebuild
index 0f61c014bc5..90423a2f5c2 100644
--- a/media-plugins/zam-plugins/zam-plugins-3.14.ebuild
+++ b/media-plugins/zam-plugins/zam-plugins-3.14.ebuild
@@ -25,7 +25,10 @@ DEPEND="media-libs/ladspa-sdk
 	sci-libs/fftw:3.0
 	x11-libs/libX11
 	jack? ( media-sound/jack-audio-connection-kit )
-	opengl? ( media-libs/libglvnd[X] )"
+	opengl? (
+		media-libs/libglvnd[X]
+		x11-libs/cairo[X]
+	)"
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"