summaryrefslogtreecommitdiffstats
path: root/make.conf
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-09-02 02:34:33 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-09-02 02:34:33 +0200
commit5590fa26d1f7478d0cfb998e654fa162bf9bb6e9 (patch)
tree9c641f463de1c13b14aa953d866011cf869f2cc5 /make.conf
parent5924eaed34b0a8ca15a2137b110cd51d8ee73607 (diff)
downloadgentoo-5590fa26d1f7478d0cfb998e654fa162bf9bb6e9.tar.gz
gentoo-5590fa26d1f7478d0cfb998e654fa162bf9bb6e9.tar.bz2
gentoo-5590fa26d1f7478d0cfb998e654fa162bf9bb6e9.tar.xz
gentoo-5590fa26d1f7478d0cfb998e654fa162bf9bb6e9.zip
Some flags to prevent circular dependencies during bootstrap
Diffstat (limited to 'make.conf')
-rw-r--r--make.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/make.conf b/make.conf
index f6ad83f..80c1649 100644
--- a/make.conf
+++ b/make.conf
@@ -15,12 +15,12 @@ MAKEOPTS="-j59 -l5"
# Default 2-jobs per localhost and 4-jobs per other nodes (increase recommended only on 4-head systems)
DISTCC_HOSTS="localhost ipepdvcompute4/16"
-FEATURES="distcc splitdebug -test"
+FEATURES="${FEATURES} distcc splitdebug -test"
#ccache is reported to cause problems.
#FEATURES="ccache buildpkg getbinpkg nostrip"
#FEATURES="-collision-protect"
-USE="-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"
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"
@@ -43,7 +43,7 @@ USE_WEBSRV="apache2 mysql mysqli sqlite http"
USE_GEO="fits geos gml hdf hdf5 netcdf ogdi garmin gps mapnik gdal openstreetmap"
USE_EMU="qemu kvm vde spice usbredir rdp"
USE_MON="iostats hddtemp weather-metar weather-xoap"
-USE="$USE $USE_GENERAL $USE_MATH $USE_OFFICE $USE_GEO $USE_MON $USE_WEBSRV $USE_FORMATS $USE_SOUND $USE_X11 $USE_WEB $USE_VIDEO $USE_SUBTITLES $USE_EMU $USE_HARDWARE $USE_NETWORK $USE_DEVEL $USE_SECURITY $USE_DESKTOP $USE_CONSOLE $USE_GRAPHICS $USE_STREAMING $USE_ID3"
+USE="$USE $USE_SYSTEM $USE_GENERAL $USE_MATH $USE_OFFICE $USE_GEO $USE_MON $USE_WEBSRV $USE_FORMATS $USE_SOUND $USE_X11 $USE_WEB $USE_VIDEO $USE_SUBTITLES $USE_EMU $USE_HARDWARE $USE_NETWORK $USE_DEVEL $USE_SECURITY $USE_DESKTOP $USE_CONSOLE $USE_GRAPHICS $USE_STREAMING $USE_ID3"
ACCEPT_LICENSE="*"
LINGUAS="en de ru"
@@ -69,4 +69,3 @@ PORTDIR_OVERLAY="/usr/local/portage/ /Image/My/DarkLin/portage/ $PORTDIR_OVERLAY
#GENTOO_MIRRORS="http://gentoo.intergenia.de"
FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp --no-check-certificate -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
-