mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
net-fs/samba: pulls in icu only if spotlight
dev-libs/icu is needed only if spotlight is enabled. If not enabled, we should not pull in icu.
This commit is contained in:
parent
eec42d4c3f
commit
fa1c85c224
@ -42,7 +42,7 @@ MULTILIB_WRAPPED_HEADERS=(
|
||||
|
||||
CDEPEND="
|
||||
>=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}]
|
||||
dev-libs/icu:=[${MULTILIB_USEDEP}]
|
||||
spotlight? ( dev-libs/icu:=[${MULTILIB_USEDEP}] )
|
||||
dev-libs/libbsd[${MULTILIB_USEDEP}]
|
||||
!minimal? ( dev-libs/libtasn1[${MULTILIB_USEDEP}] )
|
||||
dev-libs/popt[${MULTILIB_USEDEP}]
|
||||
|
Loading…
Reference in New Issue
Block a user