mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
profiles: Enable usrmerge for non-SDK targets
The usrmerge flag is Gentoo's method of unifying directories under /usr instead of splitting them into the root directory. It has the same goal as our symlink-usr flag, which is still used by the baselayout ebuild, so both flags are enabled.
This commit is contained in:
parent
cdad363e81
commit
93df622249
@ -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="cros-debug acpi usb symlink-usr cryptsetup policykit"
|
||||
USE="cros-debug acpi usb symlink-usr usrmerge cryptsetup policykit"
|
||||
USE="${USE} -cros_host -expat -cairo -X -man"
|
||||
USE="${USE} -acl -gpm -python"
|
||||
USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"
|
||||
|
Loading…
x
Reference in New Issue
Block a user