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 /extraconf/remote.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 'extraconf/remote.conf')
-rw-r--r-- | extraconf/remote.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extraconf/remote.conf b/extraconf/remote.conf index 90fb43d..af11129 100644 --- a/extraconf/remote.conf +++ b/extraconf/remote.conf @@ -1,4 +1,4 @@ -FEATURES="$FEATURES -getbinpkg buildpkg" +FEATURES="$FEATURES -distcc -getbinpkg buildpkg" PKGDIR="/var/cache/binpkgs" USE="-driver" |