From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SFNGA-00039k-Ma for garchives@archives.gentoo.org; Wed, 04 Apr 2012 10:16:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C64AFE0E05; Wed, 4 Apr 2012 10:16:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8FE7AE0E05 for ; Wed, 4 Apr 2012 10:16:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 015391B4002 for ; Wed, 4 Apr 2012 10:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B2A5AE5403 for ; Wed, 4 Apr 2012 10:16:03 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1333534554.afaa0a57214a88c0a0b1a1bf8cdfe47577f4b060.tommy@gentoo> Subject: [gentoo-commits] proj/multilib-portage:master commit in: profiles/base/ X-VCS-Repository: proj/multilib-portage X-VCS-Files: profiles/base/make.defaults X-VCS-Directories: profiles/base/ X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: afaa0a57214a88c0a0b1a1bf8cdfe47577f4b060 X-VCS-Branch: master Date: Wed, 4 Apr 2012 10:16:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dab8d1c5-a921-4a97-b0b1-5888a8432ddf X-Archives-Hash: d348605818d151cb23d5aa8a48230f17 commit: afaa0a57214a88c0a0b1a1bf8cdfe47577f4b060 Author: Thomas Sachau gentoo org> AuthorDate: Wed Apr 4 10:15:54 2012 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Wed Apr 4 10:15:54 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/multilib-port= age.git;a=3Dcommit;h=3Dafaa0a57 Add iproute2 to list of binary wrapping restrictions --- profiles/base/make.defaults | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 033fa77..9ddffc6 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -26,9 +26,10 @@ MULTILIB_BINARIES=3D"dev-lang/perl dev-lang/python dev= -lang/ruby dev-libs/gobject- #wireshark ebuild messes with permissions of abi-wrapper in pkg_postinst= resulting in portage (and probably other) issues #cmake seems to be unable to detect /usr/share/cmake, when the binaries = are wrapped #from pulseaudio: [pulseaudio-amd6] main.c: /proc/self/exe does not poin= t to /bin/abi-wrapper, cannot self execute. Are you playing games? +#iproute2 does check for $0 RESTRICT_MULTILIB_BINARIES=3D"app-admin/eselect-python app-crypt/gnupg a= pp-portage/eix app-portage/portage-utils \ dev-util/cmake dev-vcs/git media-sound/pulseaudio net-analyzer/wireshar= k sys-apps/abi-wrapper \ - sys-apps/coreutils sys-apps/kmod sys-apps/openrc sys-apps/util-linux sy= s-devel/gettext sys-fs/udev" + sys-apps/coreutils sys-apps/iproute2 sys-apps/kmod sys-apps/openrc sys-= apps/util-linux sys-devel/gettext sys-fs/udev" =20 USE=3D"${USE} multilib" =20