diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2004-11-24 02:17:44 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2004-11-24 02:17:44 +0000 |
commit | 6e0755192303c02ef2c2b87a6e73362f83021d3d (patch) | |
tree | 71c7ec41fdc6a32e3ddd972ba1154cf7495e3754 /profiles/selinux | |
parent | Removed old ebuild. New revision, should fix bug #42971. (diff) | |
download | historical-6e0755192303c02ef2c2b87a6e73362f83021d3d.tar.gz historical-6e0755192303c02ef2c2b87a6e73362f83021d3d.tar.bz2 historical-6e0755192303c02ef2c2b87a6e73362f83021d3d.zip |
fix stage use
Diffstat (limited to 'profiles/selinux')
-rw-r--r-- | profiles/selinux/2004.1/x86/hardened/make.defaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/selinux/2004.1/x86/hardened/make.defaults b/profiles/selinux/2004.1/x86/hardened/make.defaults index 1715141cbd49..82d0799696e2 100644 --- a/profiles/selinux/2004.1/x86/hardened/make.defaults +++ b/profiles/selinux/2004.1/x86/hardened/make.defaults @@ -1,6 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86/hardened/make.defaults,v 1.1 2004/11/24 00:57:28 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86/hardened/make.defaults,v 1.2 2004/11/24 02:17:44 pebenito Exp $ USE="dlloader hardened pic pie" -GRP_STAGE23_USE="dlloader hardened pic pie" +STAGE1_USE="hardened pic pie" +GRP_STAGE23_USE="hardened pic pie" |