diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-09 18:20:27 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-09 18:20:27 +0000 |
commit | f2ee0ef4c60386570efe4bbaa80c39ca63d713b7 (patch) | |
tree | d2e7d123b737b175f94fd79b846e56e93f09592a /profiles | |
parent | Add systemd subprofiles (#481920 and http://gentoo.2317880.n4.nabble.com/Addi... (diff) | |
download | historical-f2ee0ef4c60386570efe4bbaa80c39ca63d713b7.tar.gz historical-f2ee0ef4c60386570efe4bbaa80c39ca63d713b7.tar.bz2 historical-f2ee0ef4c60386570efe4bbaa80c39ca63d713b7.zip |
Exempt python-exec from multilib-strict.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/features/multilib/make.defaults | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/features/ChangeLog b/profiles/features/ChangeLog index a4d848b68f44..160d756dacc6 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.71 2013/08/03 13:57:28 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.72 2013/10/09 18:20:27 mgorny Exp $ + + 09 Oct 2013; Michał Górny <mgorny@gentoo.org> multilib/make.defaults: + Exempt python-exec from multilib-strict. 02 Aug 2013; Michał Górny <mgorny@gentoo.org> multilib/make.defaults: Exempt systemd & clang from broken multilib-strict checks. diff --git a/profiles/features/multilib/make.defaults b/profiles/features/multilib/make.defaults index 89d724edb576..818831d8bc91 100644 --- a/profiles/features/multilib/make.defaults +++ b/profiles/features/multilib/make.defaults @@ -1,6 +1,6 @@ # 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.9 2013/08/02 14:35:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.10 2013/10/09 18:20:27 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|systemd|clang)" +MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec)" # 64-bit LIBDIR LIBDIR_amd64="lib64" |