From 9d5835b8a2347b671a8e4124a9969c2222c042ec Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Fri, 25 Aug 2006 15:37:37 +0000 Subject: remove the MULTILIB_STRICT_EXEMPT default as all profiles set it anyway svn path=/main/trunk/; revision=4343 --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22