diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-02 23:38:32 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-02 23:38:32 -0800 |
commit | f33d2c49e201d552f5a3158adfe922f1ddedae09 (patch) | |
tree | d618192631e4094fbd8b103a782cb23fb43fb5a8 /env | |
download | no-distcc-env-f33d2c49e201d552f5a3158adfe922f1ddedae09.tar.gz no-distcc-env-f33d2c49e201d552f5a3158adfe922f1ddedae09.tar.bz2 no-distcc-env-f33d2c49e201d552f5a3158adfe922f1ddedae09.zip |
Initial commit
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'env')
-rw-r--r-- | env/no-distcc-pump.conf | 1 | ||||
-rw-r--r-- | env/no-distcc.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/env/no-distcc-pump.conf b/env/no-distcc-pump.conf new file mode 100644 index 0000000..d5a2af1 --- /dev/null +++ b/env/no-distcc-pump.conf @@ -0,0 +1 @@ +FEATURES="-distcc-pump" diff --git a/env/no-distcc.conf b/env/no-distcc.conf new file mode 100644 index 0000000..a4ee6e8 --- /dev/null +++ b/env/no-distcc.conf @@ -0,0 +1 @@ +FEATURES="-distcc -distcc-pump" |