set PORTAGE_T variable
authorChris PeBenito <pebenito@gentoo.org>
Tue, 10 Oct 2006 11:35:54 +0000 (11:35 +0000)
committerChris PeBenito <pebenito@gentoo.org>
Tue, 10 Oct 2006 11:35:54 +0000 (11:35 +0000)
profiles/selinux/alpha/make.defaults
profiles/selinux/amd64/make.defaults
profiles/selinux/mips/make.defaults [new file with mode: 0644]
profiles/selinux/ppc/make.defaults [new file with mode: 0644]
profiles/selinux/sparc/make.defaults
profiles/selinux/x86/make.defaults

index a3bfb6a4525cd9e1b1693fc036b598c801b17c7b..09f750ce925ac2e0ecf1ffd7d332f1be2dba2bd8 100644 (file)
@@ -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/selinux/alpha/make.defaults,v 1.1 2006/10/08 18:37:25 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/alpha/make.defaults,v 1.2 2006/10/10 11:35:53 pebenito Exp $
 
 ARCH="alpha"
 ACCEPT_KEYWORDS="alpha"
@@ -12,3 +12,5 @@ CXXFLAGS="${CFLAGS}"
 FEATURES="sandbox sfperms"
 
 USE="berkdb crypt ipv6 ncurses nls pam python readline ssl tcpd zlib"
+
+PORTAGE_T="portage_t.merge"
index d15e6c4ed71ba10e78a3133566aac3d15d0eb7c0..73d0abe9f6a0e4c9336cf1d98c3207f8890dc874 100644 (file)
@@ -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/selinux/amd64/make.defaults,v 1.1 2006/10/08 18:37:25 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/amd64/make.defaults,v 1.2 2006/10/10 11:35:53 pebenito Exp $
 
 ARCH="amd64"
 ACCEPT_KEYWORDS="${ARCH}"
@@ -13,6 +13,8 @@ FEATURES="sandbox sfperms"
 
 USE="berkdb crypt ipv6 ncurses nls pam python readline ssl tcpd zlib"
 
+PORTAGE_T="portage_t.merge"
+
 # 2006/06/07 - Danny van Dyk <kugelfang@gentoo.org>
 # Multilib settings for all amd64 subprofiles.
 MULTILIB_ABIS="amd64 x86"
diff --git a/profiles/selinux/mips/make.defaults b/profiles/selinux/mips/make.defaults
new file mode 100644 (file)
index 0000000..53172e1
--- /dev/null
@@ -0,0 +1 @@
+PORTAGE_T="portage_t.merge"
diff --git a/profiles/selinux/ppc/make.defaults b/profiles/selinux/ppc/make.defaults
new file mode 100644 (file)
index 0000000..53172e1
--- /dev/null
@@ -0,0 +1 @@
+PORTAGE_T="portage_t.merge"
index 2a6fb86e9eb2a91cfd1b80212971413fc82f6429..193cb6f02d6df0c7511cc39d1d99ca7b8c1ac56d 100644 (file)
@@ -1,7 +1,9 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/sparc/make.defaults,v 1.1 2006/10/08 18:37:25 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/sparc/make.defaults,v 1.2 2006/10/10 11:35:54 pebenito Exp $
 
 ARCH="sparc"
 ACCEPT_KEYWORDS="${ARCH}"
 FEATURES="sandbox sfperms"
+
+PORTAGE_T="portage_t.merge"
index 8a887678601eb9be7b4a849574426a700143d5f6..6440e39bc88b0d2a07629e690bf8b051a4bc1c0d 100644 (file)
@@ -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/selinux/x86/make.defaults,v 1.1 2006/10/08 18:37:25 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/x86/make.defaults,v 1.2 2006/10/10 11:35:54 pebenito Exp $
 
 # All extra USE/etc should be specified in sub-profiles.
 # DO NOT POLLUTE USE ON THIS PROFILE.
@@ -15,3 +15,5 @@ CXXFLAGS="${CFLAGS}"
 FEATURES="sandbox sfperms"
 
 USE="berkdb crypt ipv6 ncurses nls pam python readline ssl tcpd zlib"
+
+PORTAGE_T="portage_t.merge"