| … | |
… | |
| 42 | die "Missing something in your system" |
42 | die "Missing something in your system" |
| 43 | fi |
43 | fi |
| 44 | done |
44 | done |
| 45 | |
45 | |
| 46 | # first the default subset of useflags |
46 | # first the default subset of useflags |
| 47 | IUSES_BASE="bash-completion branding cups dbus gstreamer gtk python vba webdav -aqua -binfilter -jemalloc -mysql -odk -opengl -postgres -svg" |
47 | IUSES_BASE="bash-completion branding cups dbus gstreamer gtk opengl svg vba webdav -aqua -binfilter -jemalloc -mysql -odk -postgres" |
| 48 | |
48 | |
| 49 | ENABLE_EXTENSIONS="presenter-console presenter-minimizer" |
49 | ENABLE_EXTENSIONS="presenter-console presenter-minimizer" |
| 50 | DISABLE_EXTENSIONS="nlpsolver pdfimport scripting-beanshell scripting-javascript wiki-publisher" |
50 | DISABLE_EXTENSIONS="nlpsolver pdfimport scripting-beanshell scripting-javascript wiki-publisher" |
| 51 | |
51 | |
| 52 | for lo_xt in ${ENABLE_EXTENSIONS}; do |
52 | for lo_xt in ${ENABLE_EXTENSIONS}; do |
| … | |
… | |
| 56 | IUSES_BASE+=" -libreoffice_extensions_${lo_xt}" |
56 | IUSES_BASE+=" -libreoffice_extensions_${lo_xt}" |
| 57 | done |
57 | done |
| 58 | unset lo_xt |
58 | unset lo_xt |
| 59 | |
59 | |
| 60 | # now for the options |
60 | # now for the options |
| 61 | IUSES_J="java" |
61 | IUSES_J="java libreoffice_extensions_nlpsolver" |
| 62 | IUSES_NJ="-java" |
62 | IUSES_NJ="-java" |
| 63 | IUSES_G="gnome eds" |
63 | IUSES_G="gnome eds" |
| 64 | IUSES_NG="-gnome -eds" |
64 | IUSES_NG="-gnome -eds" |
| 65 | IUSES_K="kde" |
65 | IUSES_K="kde" |
| 66 | IUSES_NK="-kde" |
66 | IUSES_NK="-kde" |