ignore binutils wrt multilib-strict; bug 121641
authorSimon Stelling <blubb@gentoo.org>
Fri, 25 Aug 2006 14:57:45 +0000 (14:57 -0000)
committerSimon Stelling <blubb@gentoo.org>
Fri, 25 Aug 2006 14:57:45 +0000 (14:57 -0000)
svn path=/main/trunk/; revision=4342

bin/misc-functions.sh

index e4d0d908fb05f77070223366ca62d984ed6e433e..75262ea714a70d95c4514c86ff747d566d6f848f 100755 (executable)
@@ -199,7 +199,7 @@ install_qa_check() {
 
        if hasq multilib-strict ${FEATURES} && [ -x /usr/bin/file -a -x /usr/bin/find -a \
             -n "${MULTILIB_STRICT_DIRS}" -a -n "${MULTILIB_STRICT_DENY}" ]; then
-               MULTILIB_STRICT_EXEMPT=$(echo ${MULTILIB_STRICT_EXEMPT:-"(perl5|gcc|gcc-lib|debug|portage)"} | sed -e 's:\([(|)]\):\\\1:g')
+               MULTILIB_STRICT_EXEMPT=$(echo ${MULTILIB_STRICT_EXEMPT:-"(perl5|gcc|gcc-lib|debug|portage|binutils)"} | sed -e 's:\([(|)]\):\\\1:g')
                for dir in ${MULTILIB_STRICT_DIRS}; do
                        [ -d "${D}/${dir}" ] || continue
                        for file in $(find ${D}/${dir} -type f | grep -v "^${D}/${dir}/${MULTILIB_STRICT_EXEMPT}"); do