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:
David Michael 2017-12-20 14:11:43 -05:00
parent cdad363e81
commit 93df622249

View File

@ -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"