diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-25 23:23:08 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-25 23:23:08 +0200 |
commit | 6fa3110487606c17c856480265844b2008d29f63 (patch) | |
tree | 1326614d346f4abb91f702e31cda9c93ea6dbc19 /make.conf | |
parent | 5b03566d3b182febad29391d525b1b55e9a1a212 (diff) | |
download | gentoo-6fa3110487606c17c856480265844b2008d29f63.tar.gz gentoo-6fa3110487606c17c856480265844b2008d29f63.tar.bz2 gentoo-6fa3110487606c17c856480265844b2008d29f63.tar.xz gentoo-6fa3110487606c17c856480265844b2008d29f63.zip |
Fix building from scratch
Diffstat (limited to 'make.conf')
-rw-r--r-- | make.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ FEATURES="${FEATURES} distcc splitdebug -test" #FEATURES="ccache buildpkg getbinpkg nostrip" #FEATURES="${FEATURES} -collision-protect" -USE_SYSTEM="-systemd -consolekit elogind -doc multislot eselect ccache pch dbus timezone syslog unicode nls icu rcc" +USE_SYSTEM="-systemd -consolekit elogind -doc multislot eselect ccache pch dbus timezone syslog unicode nls icu rcc eselect-ldso" USE_GENERAL="utils tools script scripts scripting extensions extras applet plugins importers imaging rendering stream video audio sound encode printsupport extra archive" USE_CONSOLE="ncurses bash-completion fish-completion zsh-completion" USE_DEVEL="python -ruby -fortran profile profiling systemtap nptl threads ithreads ipc libffi exceptions pcre16 graphite jit vala glib introspection" @@ -70,7 +70,7 @@ PYTHON_TARGETS="python2_7 python3_6" PYTHON_SINGLE_TARGET="python3_6" #PYTHON_SINGLE_TARGET="python2_7" #PHP_INI_VERSION="production" -PHP_TARGETS="php5-6" +PHP_TARGETS="php7-3" RUBY_TARGETS="ruby25" CONFIG_PROTECT="/usr/share/X11/app-defaults /usr/share/mc /usr/share/mc.46" |