summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-04-01 18:54:16 +0200
committerThomas Sachau <tommy@gentoo.org>2012-04-01 18:54:16 +0200
commit188888bf39d1b1826375a6c927c6afc70f0d9e85 (patch)
tree0a7082b17fb16e3cf0b8e75a1f95e708d36594e5 /profiles
parentRestric binary wrapping for eix and gettext because of eix (diff)
downloadmultilib-portage-188888bf39d1b1826375a6c927c6afc70f0d9e85.tar.gz
multilib-portage-188888bf39d1b1826375a6c927c6afc70f0d9e85.tar.bz2
multilib-portage-188888bf39d1b1826375a6c927c6afc70f0d9e85.zip
Restrict binary wrapping for whireshark, since it messes with the permissions of the abi-wrapper in pkg_postinst
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 625ff3a87..22b534d30 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -23,8 +23,9 @@ MULTILIB_BINARIES="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-wrapper, 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="app-admin/eselect-python app-crypt/gnupg app-portage/eix app-portage/portage-utils \
- dev-vcs/git sys-apps/abi-wrapper sys-apps/coreutils sys-apps/kmod sys-apps/openrc \
+ dev-vcs/git net-analyzer/wireshark sys-apps/abi-wrapper sys-apps/coreutils sys-apps/kmod sys-apps/openrc \
sys-apps/util-linux sys-devel/gettext sys-fs/udev"
USE="${USE} multilib"