diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2013-06-05 19:25:35 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2013-06-05 19:25:35 +0200 |
commit | 91728930ec75134468d5ee44a94d7e94275d197d (patch) | |
tree | f0f5838502f8d5f2dd9a17e9fc32d35558787254 | |
parent | profiles/enlightenment: Enable cairo USE flag by default (diff) | |
download | portage-91728930ec75134468d5ee44a94d7e94275d197d.tar.xz |
profiles/enlightenment: Enable curl USE flag by default
-rw-r--r-- | profiles/enlightenment/build/make.defaults | 3 | ||||
-rw-r--r-- | profiles/enlightenment/build/package.use | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/profiles/enlightenment/build/make.defaults b/profiles/enlightenment/build/make.defaults index e6c263e1..852f021f 100644 --- a/profiles/enlightenment/build/make.defaults +++ b/profiles/enlightenment/build/make.defaults @@ -68,6 +68,9 @@ USE="${USE} libass" # Rendering USE="${USE} cairo" +# Network +USE="${USE} curl" + # Misc USE="${USE} tools utils" diff --git a/profiles/enlightenment/build/package.use b/profiles/enlightenment/build/package.use index d35d35ed..b65b3ea1 100644 --- a/profiles/enlightenment/build/package.use +++ b/profiles/enlightenment/build/package.use @@ -6,7 +6,7 @@ app-editors/vim -X -perl -python -ruby app-i18n/ibus gtk vala app-i18n/scim -gtk3 -app-i18n/uim canna curl m17n-lib prime +app-i18n/uim canna m17n-lib prime app-portage/layman subversion @@ -14,7 +14,6 @@ app-shells/bash bashlogger app-text/djvu xml app-text/ghostscript-gpl cups djvu -app-text/poppler curl app-text/texlive extra epspdf graphics pstricks publishers science tex4ht texi2html dev-db/mysql -ssl @@ -22,7 +21,7 @@ dev-db/mysql -ssl dev-java/icedtea -X -alsa -cups -nsplugin -webstart dev-java/icedtea-bin -X -alsa -cups -dev-lang/php apache2 mysql mysqli curl sqlite3 pcntl +dev-lang/php apache2 mysql mysqli sqlite3 pcntl dev-lang/python sqlite dev-lang/rubinius -llvm dev-lang/ruby threads @@ -31,7 +30,7 @@ dev-lang/spidermonkey -jit dev-libs/beecrypt cxx threads dev-libs/check subunit dev-libs/DirectFB fbcon -dev-libs/ecore curl ares gbcon glib fbcon +dev-libs/ecore ares gbcon glib fbcon dev-libs/libcdio cddb dev-libs/libpcre jit dev-libs/m17n-lib bidi libxml2 |