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 1QGEM4-0006rM-SP for garchives@archives.gentoo.org; Sat, 30 Apr 2011 17:53:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 084111C027; Sat, 30 Apr 2011 17:53:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CD7F91C027 for ; Sat, 30 Apr 2011 17:53:13 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BDF01B401D for ; Sat, 30 Apr 2011 17:53:13 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2253) id D96A020057; Sat, 30 Apr 2011 17:53:11 +0000 (UTC) From: "Jonathan Callen (abcd)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, abcd@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: abcd X-VCS-Committer-Name: Jonathan Callen Content-Type: text/plain; charset=utf8 Message-Id: <20110430175311.D96A020057@flycatcher.gentoo.org> Date: Sat, 30 Apr 2011 17:53:11 +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: X-Archives-Hash: 6d554998cf3e2ce5f737cc672f3564f3 abcd 11/04/30 17:53:11 Modified: make.defaults Log: Udev now unconditionally installs to /lib/udev, don't die because of th= at Revision Changes Path 1.6 profiles/features/multilib/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/= multilib/make.defaults?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/= multilib/make.defaults?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/= multilib/make.defaults?r1=3D1.5&r2=3D1.6 Index: make.defaults =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.default= s,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- make.defaults 21 Mar 2011 04:39:31 -0000 1.5 +++ make.defaults 30 Apr 2011 17:53:11 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defau= lts,v 1.5 2011/03/21 04:39:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defau= lts,v 1.6 2011/04/30 17:53:11 abcd Exp $ =20 # This is so we build with multilib from the start STAGE1_USE=3D"multilib nptl nptlonly unicode" @@ -8,7 +8,7 @@ # FEATURES=3D"multilib-strict" specific settings. MULTILIB_STRICT_DIRS=3D"/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=3D"64-bit.*shared object" -MULTILIB_STRICT_EXEMPT=3D"(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|po= rtage)" +MULTILIB_STRICT_EXEMPT=3D"(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|po= rtage|udev)" =20 # 64-bit LIBDIR LIBDIR_amd64=3D"lib64"