From c1c162e523f6b4cece65df3f1c6abf21d09b7c95 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 28 Jun 2024 11:55:35 +0200 Subject: [PATCH] coreos profiles: Drop unused symlink-usr USE flag --- .../profiles/coreos/targets/generic/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults index b2e42a0e2f..4e24e741a1 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults @@ -1,7 +1,7 @@ # Copyright (c) 2012 The Chromium OS Authors. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -USE="acpi usb symlink-usr cryptsetup policykit" +USE="acpi usb cryptsetup policykit" USE="${USE} -split-usr -cros_host -expat -cairo -X -man" USE="${USE} -acl -gpm -python" USE="${USE} -fortran -abiword -perl -cups -poppler-data"