diff options
Diffstat (limited to 'package.env/no-distcc')
-rw-r--r-- | package.env/no-distcc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/package.env/no-distcc b/package.env/no-distcc index fec0f82..1e591d5 100644 --- a/package.env/no-distcc +++ b/package.env/no-distcc @@ -1,2 +1,31 @@ # Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +############################################################################# +# +# Packages that fail to build with FEATURES=distcc +# Listed in alphabetical order, with a bug if available +# +############################################################################# + +app-emulation/qemu no-distcc.conf # Bug 631162 +app-emulation/virtualbox-guest-additions no-distcc.conf # Bug 674256 +app-shells/bash no-distcc.conf # Bug 653454 +dev-cpp/clucene no-distcc.conf # Bug 602726 +dev-java/icedtea no-distcc.conf # Bug 598517 +dev-libs/libunistring no-distcc.conf # Bug 620738 +dev-python/numpy no-distcc.conf # Bug 593616 +net-fs/samba no-distcc.conf # Bug 600592 +sys-libs/tdb no-distcc.conf # Bug 602398 +x11-drivers/xf86-video-virtualbox no-distcc.conf # Bug 476410 +x11-libs/libXt no-distcc.conf # Bug 639462 + +############################################################################# +# +# Packages that must build locally +# Listed in alphabetical order, with a bug if available +# +############################################################################# + +dev-scheme/guile no-distcc.conf +sys-devel/gcc no-distcc.conf |