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-wm/wmfs/
Date: Sun, 20 Feb 2022 01:35:15
Message-Id: 1645320698.b9f6fce172a4b6f826eafd6c86d9c63c71f0c580.sam@gentoo
1 commit: b9f6fce172a4b6f826eafd6c86d9c63c71f0c580
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 01:31:38 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 01:31:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f6fce1
7
8 x11-wm/wmfs: fix build on musl
9
10 Closes: https://bugs.gentoo.org/833323
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 x11-wm/wmfs/wmfs-20180520.ebuild | 6 ++++--
14 x11-wm/wmfs/wmfs-99999999.ebuild | 6 ++++--
15 2 files changed, 8 insertions(+), 4 deletions(-)
16
17 diff --git a/x11-wm/wmfs/wmfs-20180520.ebuild b/x11-wm/wmfs/wmfs-20180520.ebuild
18 index b0225851e54d..a9f99e8c0db5 100644
19 --- a/x11-wm/wmfs/wmfs-20180520.ebuild
20 +++ b/x11-wm/wmfs/wmfs-20180520.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -23,9 +23,11 @@ RDEPEND="
28 "
29 DEPEND="
30 ${RDEPEND}
31 - virtual/pkgconfig
32 x11-base/xorg-proto
33 + elibc_musl? ( sys-libs/queue-standalone )
34 "
35 +BDEPEND="virtual/pkgconfig"
36 +
37 PATCHES=(
38 "${FILESDIR}"/${PN}-99999999-Debian.patch
39 "${FILESDIR}"/${PN}-99999999-desktop.patch
40
41 diff --git a/x11-wm/wmfs/wmfs-99999999.ebuild b/x11-wm/wmfs/wmfs-99999999.ebuild
42 index 286281b6f1f6..4d856eab612c 100644
43 --- a/x11-wm/wmfs/wmfs-99999999.ebuild
44 +++ b/x11-wm/wmfs/wmfs-99999999.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 +# Copyright 1999-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -23,9 +23,11 @@ RDEPEND="
52 "
53 DEPEND="
54 ${RDEPEND}
55 - virtual/pkgconfig
56 x11-base/xorg-proto
57 + elibc_musl? ( sys-libs/queue-standalone )
58 "
59 +BDEPEND="virtual/pkgconfig"
60 +
61 PATCHES=(
62 "${FILESDIR}"/${PN}-99999999-Debian.patch
63 "${FILESDIR}"/${PN}-99999999-desktop.patch