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 1SEO2z-0001sP-4R for garchives@archives.gentoo.org; Sun, 01 Apr 2012 16:54:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3723E0B39; Sun, 1 Apr 2012 16:54:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8F46CE0B39 for ; Sun, 1 Apr 2012 16:54:25 +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 0F6B11B4019 for ; Sun, 1 Apr 2012 16:54:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CC909E5403 for ; Sun, 1 Apr 2012 16:54:22 +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: <1333299256.188888bf39d1b1826375a6c927c6afc70f0d9e85.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: 188888bf39d1b1826375a6c927c6afc70f0d9e85 X-VCS-Branch: master Date: Sun, 1 Apr 2012 16:54:22 +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: 1427606b-b364-4fdf-972e-111b0df5be54 X-Archives-Hash: d5c4e2117db98eb8965d9b19cd52e0f6 commit: 188888bf39d1b1826375a6c927c6afc70f0d9e85 Author: Thomas Sachau gentoo org> AuthorDate: Sun Apr 1 16:54:16 2012 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sun Apr 1 16:54:16 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/multilib-port= age.git;a=3Dcommit;h=3D188888bf Restrict binary wrapping for whireshark, since it messes with the permiss= ions of the abi-wrapper in pkg_postinst --- 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 625ff3a..22b534d 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -23,8 +23,9 @@ MULTILIB_BINARIES=3D"dev-lang/perl dev-lang/python dev-= lang/ruby dev-libs/gobject- #kmod and each of its applets fails with error 254 #eix-* commands also rely on their name not being change, so restricting= app-portage/eix #eix wants to source /usr/bin/gettext.sh, which is a symlink to abi-wrap= per, so restricting sys-devel/gettext too +#wireshark ebuild messes with permissions of abi-wrapper in pkg_postinst= resulting in portage (and probably other) issues RESTRICT_MULTILIB_BINARIES=3D"app-admin/eselect-python app-crypt/gnupg a= pp-portage/eix app-portage/portage-utils \ - dev-vcs/git sys-apps/abi-wrapper sys-apps/coreutils sys-apps/kmod sys-a= pps/openrc \ + dev-vcs/git net-analyzer/wireshark sys-apps/abi-wrapper sys-apps/coreut= ils sys-apps/kmod sys-apps/openrc \ sys-apps/util-linux sys-devel/gettext sys-fs/udev" =20 USE=3D"${USE} multilib"