Merge pull request #1578 from mischief/pcre

profiles/coreos: enable pcre use flag
This commit is contained in:
Nick Owens 2015-10-08 16:45:43 -07:00
commit f45d45db15

View File

@ -16,7 +16,7 @@ USE_EXPAND="${USE_EXPAND} ETCD_PROTOCOLS"
ETCD_PROTOCOLS="1 2"
# 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
USE="${USE} -cron"