diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-02 14:35:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-02 14:35:15 +0000 |
commit | 087f82ceb6018eb79d0e94a9d984af282cabd206 (patch) | |
tree | 25ba9869038cfa83313350110dceaf5350742e41 /profiles/features | |
parent | Stable for ppc64, wrt bug #477634 (diff) | |
download | gentoo-2-087f82ceb6018eb79d0e94a9d984af282cabd206.tar.gz gentoo-2-087f82ceb6018eb79d0e94a9d984af282cabd206.tar.bz2 gentoo-2-087f82ceb6018eb79d0e94a9d984af282cabd206.zip |
Exempt systemd & clang from broken multilib-strict checks.
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/features/multilib/make.defaults | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/profiles/features/ChangeLog b/profiles/features/ChangeLog index 66a5bc8b6e9a..86f09ee8df53 100644 --- a/profiles/features/ChangeLog +++ b/profiles/features/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.69 2013/07/24 19:27:43 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.70 2013/08/02 14:35:15 mgorny Exp $ + + 02 Aug 2013; Michał Górny <mgorny@gentoo.org> multilib/make.defaults: + Exempt systemd & clang from broken multilib-strict checks. 24 Jul 2013; Sven Vermeulen <swift@gentoo.org> selinux/package.mask: Unmask selinux-sensord (new policy package) diff --git a/profiles/features/multilib/make.defaults b/profiles/features/multilib/make.defaults index d7109b1cceba..89d724edb576 100644 --- a/profiles/features/multilib/make.defaults +++ b/profiles/features/multilib/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.8 2011/12/07 19:21:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.9 2013/08/02 14:35:15 mgorny Exp $ # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value @@ -10,7 +10,7 @@ BOOTSTRAP_USE="${BOOTSTRAP_USE} multilib" # FEATURES="multilib-strict" specific settings. MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib" MULTILIB_STRICT_DENY="64-bit.*shared object" -MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev)" +MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang)" # 64-bit LIBDIR LIBDIR_amd64="lib64" |