From 677e4821d256cefbc6acfe7b7fb9143521761d0c Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Tue, 8 Feb 2022 10:36:45 +0300 Subject: [PATCH] sys-apps/proot: fix building on musl systems Add sys-libs/queue-standalone as dependency Bug: https://bugs.gentoo.org/832881 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov --- sys-apps/proot/proot-5.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/proot/proot-5.3.0.ebuild b/sys-apps/proot/proot-5.3.0.ebuild index c9e3baeeab35e..94285b4fa4230 100644 --- a/sys-apps/proot/proot-5.3.0.ebuild +++ b/sys-apps/proot/proot-5.3.0.ebuild @@ -21,6 +21,7 @@ RDEPEND="care? ( app-arch/libarchive:0= ) BDEPEND="dev-python/docutils" DEPEND="${RDEPEND} care? ( dev-libs/uthash ) + elibc_musl? ( sys-libs/queue-standalone ) test? ( dev-util/valgrind )" # Breaks sandbox