diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2013-10-05 16:06:58 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2013-10-05 16:06:58 +0200 |
commit | 6237b3c5499c4b2c9adac1b03e5fded2717daeca (patch) | |
tree | 33b3baa89f2246fe9d1d3ad5de5b079148ef369d | |
parent | Revert "profiles/common: Disable syslog USE flag for sys-apps/busybox" (diff) | |
download | portage-6237b3c5499c4b2c9adac1b03e5fded2717daeca.tar.xz |
profiles/enlightenment/build: Remove syslog USE flag from profile,
already in common profile
-rw-r--r-- | profiles/enlightenment/build/make.defaults | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/enlightenment/build/make.defaults b/profiles/enlightenment/build/make.defaults index 48742b5b..34020af8 100644 --- a/profiles/enlightenment/build/make.defaults +++ b/profiles/enlightenment/build/make.defaults @@ -14,8 +14,7 @@ USE="mmx sse sse2 offensive -gpm ipv6 idn -tcpd - caps xattr -acl - syslog" + caps xattr -acl" # Arithmetic USE="${USE} gmp" |