commit:     b9f6fce172a4b6f826eafd6c86d9c63c71f0c580
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 01:31:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 01:31:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f6fce1

x11-wm/wmfs: fix build on musl

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

 x11-wm/wmfs/wmfs-20180520.ebuild | 6 ++++--
 x11-wm/wmfs/wmfs-99999999.ebuild | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/x11-wm/wmfs/wmfs-20180520.ebuild b/x11-wm/wmfs/wmfs-20180520.ebuild
index b0225851e54d..a9f99e8c0db5 100644
--- a/x11-wm/wmfs/wmfs-20180520.ebuild
+++ b/x11-wm/wmfs/wmfs-20180520.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
@@ -23,9 +23,11 @@ RDEPEND="
 "
 DEPEND="
        ${RDEPEND}
-       virtual/pkgconfig
        x11-base/xorg-proto
+       elibc_musl? ( sys-libs/queue-standalone )
 "
+BDEPEND="virtual/pkgconfig"
+
 PATCHES=(
        "${FILESDIR}"/${PN}-99999999-Debian.patch
        "${FILESDIR}"/${PN}-99999999-desktop.patch

diff --git a/x11-wm/wmfs/wmfs-99999999.ebuild b/x11-wm/wmfs/wmfs-99999999.ebuild
index 286281b6f1f6..4d856eab612c 100644
--- a/x11-wm/wmfs/wmfs-99999999.ebuild
+++ b/x11-wm/wmfs/wmfs-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,9 +23,11 @@ RDEPEND="
 "
 DEPEND="
        ${RDEPEND}
-       virtual/pkgconfig
        x11-base/xorg-proto
+       elibc_musl? ( sys-libs/queue-standalone )
 "
+BDEPEND="virtual/pkgconfig"
+
 PATCHES=(
        "${FILESDIR}"/${PN}-99999999-Debian.patch
        "${FILESDIR}"/${PN}-99999999-desktop.patch

Reply via email to