diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-16 20:55:00 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-16 20:55:00 +0000 |
commit | 57c15a74e08784a3abb8fa2fe138dfb85b767d18 (patch) | |
tree | 457480638ed445a9b916fcb38814018b94652a70 | |
parent | Bug 107375 - enabling badval support in PDL (diff) | |
download | gentoo-2-57c15a74e08784a3abb8fa2fe138dfb85b767d18.tar.gz gentoo-2-57c15a74e08784a3abb8fa2fe138dfb85b767d18.tar.bz2 gentoo-2-57c15a74e08784a3abb8fa2fe138dfb85b767d18.zip |
add portage to MULTILIB_EXEMPT as >=2.1_pre3-r1 install 64bit tbz2tool into /usr/lib
-rw-r--r-- | profiles/default-linux/amd64/2005.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/amd64/2005.1/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/amd64/2006.0/make.defaults | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/profiles/default-linux/amd64/2005.0/make.defaults b/profiles/default-linux/amd64/2005.0/make.defaults index b44619b88b69..c80aac7aac7b 100644 --- a/profiles/default-linux/amd64/2005.0/make.defaults +++ b/profiles/default-linux/amd64/2005.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.0/make.defaults,v 1.17 2005/12/15 17:49:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.0/make.defaults,v 1.18 2006/01/16 20:55:00 blubb Exp $ #removed because managers vote requires us to do so #("when we go nptl, we all go nptl") @@ -31,7 +31,7 @@ LIBDIR_x86="lib32" # In case someone wants to help out by setting FEATURES="multilib-strict" MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" MULTILIB_STRICT_DENY="64-bit.*shared object" -MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug)" +MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug|portage)" # Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib SYMLINK_LIB="yes" diff --git a/profiles/default-linux/amd64/2005.1/make.defaults b/profiles/default-linux/amd64/2005.1/make.defaults index ff4cc4a0bcf8..dd5578d3f2a5 100644 --- a/profiles/default-linux/amd64/2005.1/make.defaults +++ b/profiles/default-linux/amd64/2005.1/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.1/make.defaults,v 1.3 2005/12/15 17:49:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2005.1/make.defaults,v 1.4 2006/01/16 20:55:00 blubb Exp $ #removed because managers vote requires us to do so #("when we go nptl, we all go nptl") @@ -31,7 +31,7 @@ LIBDIR_x86="lib32" # In case someone wants to help out by setting FEATURES="multilib-strict" MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" MULTILIB_STRICT_DENY="64-bit.*shared object" -MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug)" +MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug|portage)" # Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib SYMLINK_LIB="yes" diff --git a/profiles/default-linux/amd64/2006.0/make.defaults b/profiles/default-linux/amd64/2006.0/make.defaults index 7431e44c0b15..31e1fd536730 100644 --- a/profiles/default-linux/amd64/2006.0/make.defaults +++ b/profiles/default-linux/amd64/2006.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.4 2006/01/12 21:02:03 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/make.defaults,v 1.5 2006/01/16 20:55:00 blubb Exp $ FEATURES="sandbox autoconfig" @@ -25,7 +25,7 @@ LIBDIR_x86="lib32" # In case someone wants to help out by setting FEATURES="multilib-strict" MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib" MULTILIB_STRICT_DENY="64-bit.*shared object" -MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug)" +MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3|debug|portage)" # Hack to tell baselayout to use symlinks for /lib, /usr/lib, and /usr/local/lib SYMLINK_LIB="yes" |