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 | 9a82afe4381056323c3e400081f0dc2c51b870c5 (patch) | |
tree | 0b45f956f7470723c58d9ead22b95b6a06aca17a /profiles/selinux | |
parent | Removed old ebuild. New revision, should fix bug #42971. (Manifest recommit) (diff) | |
download | gentoo-2-9a82afe4381056323c3e400081f0dc2c51b870c5.tar.gz gentoo-2-9a82afe4381056323c3e400081f0dc2c51b870c5.tar.bz2 gentoo-2-9a82afe4381056323c3e400081f0dc2c51b870c5.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" |