remove the MULTILIB_STRICT_EXEMPT default as all profiles set it anyway
authorSimon Stelling <blubb@gentoo.org>
Fri, 25 Aug 2006 15:37:37 +0000 (15:37 -0000)
committerSimon Stelling <blubb@gentoo.org>
Fri, 25 Aug 2006 15:37:37 +0000 (15:37 -0000)
svn path=/main/trunk/; revision=4343

bin/misc-functions.sh

index 75262ea714a70d95c4514c86ff747d566d6f848f..45a85326ffc27b3e48d4f746eb7dd66c981ed21d 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|binutils)"} | sed -e 's:\([(|)]\):\\\1:g')
+               MULTILIB_STRICT_EXEMPT=$(echo ${MULTILIB_STRICT_EXEMPT} | 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