From fa1c85c224869e564921d5cb6e99d2e70f49f1fc Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 18 Feb 2021 16:40:48 +0100 Subject: [PATCH] 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. --- .../coreos-overlay/net-fs/samba/samba-4.12.9-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.12.9-r2.ebuild b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.12.9-r2.ebuild index c06ae25d4e..af13abb4f3 100644 --- a/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.12.9-r2.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/net-fs/samba/samba-4.12.9-r2.ebuild @@ -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}]