From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1369404-garchives=archives.gentoo.org@lists.gentoo.org>
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 1109415808B
	for <garchives@archives.gentoo.org>; Sun, 20 Feb 2022 01:35:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0D867E079E;
	Sun, 20 Feb 2022 01:35:13 +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 DDCF6E0788
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2022 01:35:12 +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 CA2E7342FB4
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2022 01:35:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B7F582DC
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2022 01:35:09 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1645320835.0fa1e5ed3f81ca23af9a5e5de9cba1b55507c047.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-xrm/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild
X-VCS-Directories: x11-libs/xcb-util-xrm/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0fa1e5ed3f81ca23af9a5e5de9cba1b55507c047
X-VCS-Branch: master
Date: Sun, 20 Feb 2022 01:35:09 +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: 44547aa7-844c-48d0-a557-c9b3c04ab544
X-Archives-Hash: 2b85a91386833bde1f9c08ea93fe5fe6

commit:     0fa1e5ed3f81ca23af9a5e5de9cba1b55507c047
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 01:33:55 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 01:33:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa1e5ed

x11-libs/xcb-util-xrm: fix build on musl

Closes: https://bugs.gentoo.org/833103
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild
index ae0801471647..8bda1a04bbb9 100644
--- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.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
@@ -15,5 +15,6 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
 	x11-libs/xcb-util[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
+	elibc_musl? ( sys-libs/queue-standalone )
 	x11-base/xorg-proto
 	x11-libs/libX11[${MULTILIB_USEDEP}]" # Only for tests, but configure.ac requires it