Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-xrm/
Date: Sun, 20 Feb 2022 01:35:14
Message-Id: 1645320835.0fa1e5ed3f81ca23af9a5e5de9cba1b55507c047.sam@gentoo
1 commit: 0fa1e5ed3f81ca23af9a5e5de9cba1b55507c047
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 01:33:55 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 01:33:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa1e5ed
7
8 x11-libs/xcb-util-xrm: fix build on musl
9
10 Closes: https://bugs.gentoo.org/833103
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 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
17 index ae0801471647..8bda1a04bbb9 100644
18 --- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild
19 +++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -15,5 +15,6 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
27 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
28 x11-libs/xcb-util[${MULTILIB_USEDEP}]"
29 DEPEND="${RDEPEND}
30 + elibc_musl? ( sys-libs/queue-standalone )
31 x11-base/xorg-proto
32 x11-libs/libX11[${MULTILIB_USEDEP}]" # Only for tests, but configure.ac requires it