Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/proot/
Date: Tue, 08 Feb 2022 07:37:31
Message-Id: 1644305843.677e4821d256cefbc6acfe7b7fb9143521761d0c.pinkbyte@gentoo
1 commit: 677e4821d256cefbc6acfe7b7fb9143521761d0c
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 8 07:36:45 2022 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 8 07:37:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677e4821
7
8 sys-apps/proot: fix building on musl systems
9
10 Add sys-libs/queue-standalone as dependency
11
12 Bug: https://bugs.gentoo.org/832881
13 Package-Manager: Portage-3.0.30, Repoman-3.0.3
14 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
15
16 sys-apps/proot/proot-5.3.0.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/sys-apps/proot/proot-5.3.0.ebuild b/sys-apps/proot/proot-5.3.0.ebuild
20 index c9e3baeeab35..94285b4fa423 100644
21 --- a/sys-apps/proot/proot-5.3.0.ebuild
22 +++ b/sys-apps/proot/proot-5.3.0.ebuild
23 @@ -21,6 +21,7 @@ RDEPEND="care? ( app-arch/libarchive:0= )
24 BDEPEND="dev-python/docutils"
25 DEPEND="${RDEPEND}
26 care? ( dev-libs/uthash )
27 + elibc_musl? ( sys-libs/queue-standalone )
28 test? ( dev-util/valgrind )"
29
30 # Breaks sandbox