diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:43:59 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:43:59 +0100 |
commit | 33ebf7e0bfe764ed5ce2430c98677c5fb1163c21 (patch) | |
tree | eb8326c7d7e4f7d53cca5851eaae549f2ea2fbda | |
parent | metadata: refresh cache (diff) | |
download | portage-33ebf7e0bfe764ed5ce2430c98677c5fb1163c21.tar.xz |
profiles/common: Enable ntp USE flag by default
-rw-r--r-- | profiles/common/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index e2cca549..54caacc4 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -40,7 +40,7 @@ USE="${USE} -nls" USE="${USE} logrotate syslog" # Network -USE="${USE} idn ipv6 netlink -tcpd -modemmanager" +USE="${USE} idn ipv6 netlink ntp -tcpd -modemmanager" # Performance USE="${USE} jit mmap" |