From: Simon Stelling Date: Fri, 25 Aug 2006 15:37:37 +0000 (-0000) Subject: remove the MULTILIB_STRICT_EXEMPT default as all profiles set it anyway X-Git-Tag: v2.1.1~47 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9d5835b8a2347b671a8e4124a9969c2222c042ec;p=portage.git remove the MULTILIB_STRICT_EXEMPT default as all profiles set it anyway svn path=/main/trunk/; revision=4343 --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 75262ea71..45a85326f 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -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