From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 070CE1381F3 for ; Fri, 2 Aug 2013 14:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55723E0AF8; Fri, 2 Aug 2013 14:35:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2496E08CA for ; Fri, 2 Aug 2013 14:35:17 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D872833EBE5 for ; Fri, 2 Aug 2013 14:35:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 94D732171D; Fri, 2 Aug 2013 14:35:15 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults X-VCS-Repository: gentoo-x86 X-VCS-Files: make.defaults X-VCS-Directories: profiles/features/multilib X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130802143515.94D732171D@flycatcher.gentoo.org> Date: Fri, 2 Aug 2013 14:35:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 55ea0d74-dff0-493e-ba6a-59039506d112 X-Archives-Hash: 0c8485fa5895eef59b583cf5e701a2c7 mgorny 13/08/02 14:35:15 Modified: make.defaults Log: Exempt systemd & clang from broken multilib-strict checks. Revision Changes Path 1.9 profiles/features/multilib/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.8&r2=1.9 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- make.defaults 7 Dec 2011 19:21:37 -0000 1.8 +++ make.defaults 2 Aug 2013 14:35:15 -0000 1.9 @@ -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 (16 Nov 2011) # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value @@ -10,7 +10,7 @@ # 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"