# HG changeset patch # User Jan Nieuwenhuizen # Date 1306346205 -7200 # Node ID 8c4aa224c101c4fcf6511402f7c9d9fd4efd9a21 # Parent 2f8585d237a9c003820bff80e73fb3b11dda18cf tools32: disable until guile-2.0. Fixes guile on fresh builds on x86_64. diff -r 2f8585d237a9 -r 8c4aa224c101 gub/tools.py --- a/gub/tools.py Tue Mar 15 13:25:27 2011 +0100 +++ b/gub/tools.py Wed May 25 19:56:45 2011 +0200 @@ -15,8 +15,9 @@ # tools packages, such as guile 2.0, that can only compile # to equivalent binary platforms: endianness and word length -tools_archmatch = ['guile', 'tools::guile'] -libs_archmatch = ['gettext', 'gmp', 'guile', 'libtool', 'libunistring', 'libgc'] +tools_archmatch = [] #'guile', 'tools::guile'] +libs_archmatch = [] #'gettext', 'gmp', 'guile', 'libtool', 'libunistring', 'libgc'] + def package_auto_dependency_dict (package): '''Generate get_build_dependencies () and get_dependency_dict ({'':})