diff options
author | Ned Ludd <solar@gentoo.org> | 2009-03-27 22:33:48 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2009-03-27 22:33:48 +0000 |
commit | 592dd6def919eca2d9c8c3d0cf841398de606faa (patch) | |
tree | 20e2d040a1d919cbb4fdd3d4d4eee92df51f8f63 /profiles/hardened | |
parent | Remove HPPA keywording (bug #212543). (diff) | |
download | gentoo-2-592dd6def919eca2d9c8c3d0cf841398de606faa.tar.gz gentoo-2-592dd6def919eca2d9c8c3d0cf841398de606faa.tar.bz2 gentoo-2-592dd6def919eca2d9c8c3d0cf841398de606faa.zip |
- set default binhost for -G/-g options
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/amd64/multilib/make.defaults | 3 | ||||
-rw-r--r-- | profiles/hardened/ia64/make.defaults | 3 | ||||
-rw-r--r-- | profiles/hardened/ppc/make.defaults | 4 | ||||
-rw-r--r-- | profiles/hardened/x86/make.defaults | 3 |
4 files changed, 9 insertions, 4 deletions
diff --git a/profiles/hardened/amd64/multilib/make.defaults b/profiles/hardened/amd64/multilib/make.defaults index b5b2c344ebd4..a57d8aa56c2d 100644 --- a/profiles/hardened/amd64/multilib/make.defaults +++ b/profiles/hardened/amd64/multilib/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/hardened/amd64/multilib/make.defaults,v 1.3 2006/03/05 18:40:28 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/multilib/make.defaults,v 1.4 2009/03/27 22:33:47 solar Exp $ FEATURES="sandbox autoconfig" @@ -29,3 +29,4 @@ 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" +PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/amd64/multilib/" diff --git a/profiles/hardened/ia64/make.defaults b/profiles/hardened/ia64/make.defaults index e2a9705ab9cd..1a05799f00da 100644 --- a/profiles/hardened/ia64/make.defaults +++ b/profiles/hardened/ia64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/make.defaults,v 1.3 2008/10/22 14:49:33 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/make.defaults,v 1.4 2009/03/27 22:33:47 solar Exp $ ARCH="ia64" ACCEPT_KEYWORDS="ia64" @@ -25,3 +25,4 @@ ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x \ ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 \ trident usb-audio via82xx via82xx-modem ymfpci" +PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/ia64/" diff --git a/profiles/hardened/ppc/make.defaults b/profiles/hardened/ppc/make.defaults index 4bca7ed08f4a..164a7ecbe514 100644 --- a/profiles/hardened/ppc/make.defaults +++ b/profiles/hardened/ppc/make.defaults @@ -1,6 +1,6 @@ # Copyright 2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/make.defaults,v 1.7 2007/02/20 22:43:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ppc/make.defaults,v 1.8 2009/03/27 22:33:47 solar Exp $ ARCH="ppc" ACCEPT_KEYWORDS="${ARCH}" @@ -11,3 +11,5 @@ CHOST="powerpc-unknown-linux-gnu" CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" FEATURES="-sandbox" + +PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/ppc/" diff --git a/profiles/hardened/x86/make.defaults b/profiles/hardened/x86/make.defaults index 9de9db61c824..45d83c1d87de 100644 --- a/profiles/hardened/x86/make.defaults +++ b/profiles/hardened/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.16 2009/03/24 17:26:37 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.17 2009/03/27 22:33:48 solar Exp $ ARCH="x86" ACCEPT_KEYWORDS="x86" @@ -23,3 +23,4 @@ VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 i810 imstt i ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 \ emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m \ maestro3 trident usb-audio via82xx via82xx-modem ymfpci" +PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/hardened/x86/" |