diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-03 10:25:17 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-03 10:36:55 -0800 |
commit | bd347eca8880ec61406655e17c84d982b999664b (patch) | |
tree | a4d890b76a53acb8c8e95ce130706a5152ebad55 | |
parent | Set MAKEOPTS=$LOCAL_MAKEOPTS when disabling distcc (diff) | |
download | no-distcc-env-bd347eca8880ec61406655e17c84d982b999664b.tar.gz no-distcc-env-bd347eca8880ec61406655e17c84d982b999664b.tar.bz2 no-distcc-env-bd347eca8880ec61406655e17c84d982b999664b.zip |
Populate with packages from reported bugs
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | package.env/no-distcc | 29 | ||||
-rw-r--r-- | package.env/no-distcc-pump | 13 |
2 files changed, 42 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 diff --git a/package.env/no-distcc-pump b/package.env/no-distcc-pump index fec0f82..4e690bf 100644 --- a/package.env/no-distcc-pump +++ b/package.env/no-distcc-pump @@ -1,2 +1,15 @@ # Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +############################################################################# +# +# Packages that fail to build with FEATURES=distcc-pump +# Listed in alphabetical order, with a bug if available +# +############################################################################# + +dev-db/mariadb no-distcc-pump.conf # Bug 598517 +dev-python/pypy no-distcc-pump.conf # Bug 574102 +media-video/ffmpeg no-distcc-pump.conf # Bug 581732 +media-video/libav no-distcc-pump.conf # Bug 522716 +x11-drivers/xf86-input-evdev no-distcc-pump.conf # Bug 497404 |