diff options
-rw-r--r-- | profiles/enlightenment/build/make.defaults | 8 | ||||
-rw-r--r-- | profiles/enlightenment/build/package.use | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/enlightenment/build/make.defaults b/profiles/enlightenment/build/make.defaults index 73f254b3..ac9cf44a 100644 --- a/profiles/enlightenment/build/make.defaults +++ b/profiles/enlightenment/build/make.defaults @@ -13,8 +13,12 @@ USE="mmx sse sse2 -gpm ipv6 idn -tcpd caps xattr -acl - syslog - perl python -fortran + syslog" + +# Interpreted languages +USE="${USE} perl python ruby" + +USE="${USE} -fortran -berkdb -gdbm bash-completion vim-syntax xml diff --git a/profiles/enlightenment/build/package.use b/profiles/enlightenment/build/package.use index a8cf2005..f4135a2d 100644 --- a/profiles/enlightenment/build/package.use +++ b/profiles/enlightenment/build/package.use @@ -2,7 +2,7 @@ app-arch/libarchive lzo nettle expat app-doc/doxygen latex dot -app-editors/vim -X -perl -python +app-editors/vim -X -perl -python -ruby app-emulation/libvirt -vepa -macvtap lvm qemu lxc -udev app-emulation/qemu -spice |