diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2022-02-08 10:36:45 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2022-02-08 10:37:23 +0300 |
commit | 677e4821d256cefbc6acfe7b7fb9143521761d0c (patch) | |
tree | 7dff080641c309cae5e718c463e8dcb9d6081456 /sys-apps/proot | |
parent | sys-libs/readline: sparc stable wrt bug #832876 (diff) | |
download | gentoo-677e4821d256cefbc6acfe7b7fb9143521761d0c.tar.gz gentoo-677e4821d256cefbc6acfe7b7fb9143521761d0c.tar.bz2 gentoo-677e4821d256cefbc6acfe7b7fb9143521761d0c.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/proot')
-rw-r--r-- | sys-apps/proot/proot-5.3.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |