diff options
Diffstat (limited to 'x11-wm/wmfs/wmfs-20180520.ebuild')
-rw-r--r-- | x11-wm/wmfs/wmfs-20180520.ebuild | 6 |
1 files changed, 4 insertions, 2 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 |