mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
sys-apps/coreutils: Add sandbox RDEPEND
Add a sandbox RDEPEND to coreutils to get the latest sandbox into catalyst builds. Fixes build errors like these: sys-apps/sandbox-2.10-r4 is blocking sys-apps/coreutils-8.28-r1 Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
329373854b
commit
f3f77fbf98
@ -32,6 +32,7 @@ LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )
|
||||
gmp? ( dev-libs/gmp:=[static-libs] )
|
||||
xattr? ( !userland_BSD? ( sys-apps/attr[static-libs] ) )"
|
||||
RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs]} )
|
||||
>=sys-apps/sandbox-2.12
|
||||
selinux? ( sys-libs/libselinux )
|
||||
nls? ( virtual/libintl )"
|
||||
DEPEND="${RDEPEND}
|
||||
|
Loading…
x
Reference in New Issue
Block a user