diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2013-06-05 19:54:10 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2013-06-05 19:54:10 +0200 |
commit | 7d8b651ffd7b722ab67a4b280c9e2609dc71547a (patch) | |
tree | 3acc7bd8b45376d768d4e2d06433ef1bd43122e1 | |
parent | profiles/enlightenment: Enable network USE flag by default (diff) | |
download | portage-7d8b651ffd7b722ab67a4b280c9e2609dc71547a.tar.xz |
profiles/enlightenment: Enable networking USE flag by default
-rw-r--r-- | profiles/enlightenment/build/make.defaults | 2 | ||||
-rw-r--r-- | profiles/enlightenment/build/package.use | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/profiles/enlightenment/build/make.defaults b/profiles/enlightenment/build/make.defaults index ee6bd31d..59d0341b 100644 --- a/profiles/enlightenment/build/make.defaults +++ b/profiles/enlightenment/build/make.defaults @@ -72,7 +72,7 @@ USE="${USE} bidi libass" USE="${USE} cairo" # Network -USE="${USE} curl netlink network rtmp rtsp snmp" +USE="${USE} curl netlink network networking rtmp rtsp snmp" # Crypo USE="${USE} gnutls nettle openssl pkcs11" diff --git a/profiles/enlightenment/build/package.use b/profiles/enlightenment/build/package.use index eb980ee5..f992cd91 100644 --- a/profiles/enlightenment/build/package.use +++ b/profiles/enlightenment/build/package.use @@ -33,8 +33,6 @@ dev-libs/ppl lpsol dev-python/sqlalchemy sqlite mysql dev-python/sphinx latex -dev-scheme/guile networking - dev-tex/dot2texi pgf pstricks dev-util/cppcheck htmlreport |