profiles/coreos: enable pcre use flag

current this turns on pcre for grep, less, swig and wget.
This commit is contained in:
Nick Owens 2015-10-08 14:08:44 -07:00
parent 0daf9872ae
commit 75b02d0324

View File

@ -16,7 +16,7 @@ USE_EXPAND="${USE_EXPAND} ETCD_PROTOCOLS"
ETCD_PROTOCOLS="1 2" ETCD_PROTOCOLS="1 2"
# Extra use flags for CoreOS SDK # Extra use flags for CoreOS SDK
USE="${USE} cros_host expat -introspection -cups -tcpd -pcre -berkdb" USE="${USE} cros_host expat -introspection -cups -tcpd -berkdb"
# Never install cron or cron jobs # Never install cron or cron jobs
USE="${USE} -cron" USE="${USE} -cron"