commit:     677e4821d256cefbc6acfe7b7fb9143521761d0c
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  8 07:36:45 2022 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Feb  8 07:37:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677e4821

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 <pinkbyte <AT> gentoo.org>

 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 c9e3baeeab35..94285b4fa423 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

Reply via email to