- add portage to MULTILIB_STRICT_EXEMPT
authorNed Ludd <solar@gentoo.org>
Sat, 11 Feb 2006 10:43:54 +0000 (10:43 -0000)
committerNed Ludd <solar@gentoo.org>
Sat, 11 Feb 2006 10:43:54 +0000 (10:43 -0000)
svn path=/main/trunk/; revision=2693

bin/ebuild.sh

index cfff8629bb92c0f337a8aae5e02925e0bcb1a734..d31d0c63e776e93c36eda9216b86c38b1b13abf5 100755 (executable)
@@ -1264,7 +1264,7 @@ dyn_install() {
 
        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)"} | sed -e 's:\([(|)]\):\\\1:g')
+               MULTILIB_STRICT_EXEMPT=$(echo ${MULTILIB_STRICT_EXEMPT:-"(perl5|gcc|gcc-lib|debug|portage)"} | 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