diff options
author | 2006-10-10 11:35:54 +0000 | |
---|---|---|
committer | 2006-10-10 11:35:54 +0000 | |
commit | 454f32b7bad622a18c21d181c142ed229cfb3f71 (patch) | |
tree | 8c0a7e39f75d170e8407207459fd84714727cdad /profiles/selinux/x86 | |
parent | Added missing gccmakedep to DEPEND. Bug #150575. (diff) | |
download | gentoo-2-454f32b7bad622a18c21d181c142ed229cfb3f71.tar.gz gentoo-2-454f32b7bad622a18c21d181c142ed229cfb3f71.tar.bz2 gentoo-2-454f32b7bad622a18c21d181c142ed229cfb3f71.zip |
set PORTAGE_T variable
Diffstat (limited to 'profiles/selinux/x86')
-rw-r--r-- | profiles/selinux/x86/make.defaults | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/selinux/x86/make.defaults b/profiles/selinux/x86/make.defaults index 8a887678601e..6440e39bc88b 100644 --- a/profiles/selinux/x86/make.defaults +++ b/profiles/selinux/x86/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/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" |