diff options
author | 2003-11-06 07:14:36 +0000 | |
---|---|---|
committer | 2003-11-06 07:14:36 +0000 | |
commit | ca79622fdf6b75d230f253fe3fc59f0725f233fb (patch) | |
tree | 32304c55de7533f393af0a73196fad9a94598a17 /profiles | |
parent | add metadata.xml (diff) | |
download | gentoo-2-ca79622fdf6b75d230f253fe3fc59f0725f233fb.tar.gz gentoo-2-ca79622fdf6b75d230f253fe3fc59f0725f233fb.tar.bz2 gentoo-2-ca79622fdf6b75d230f253fe3fc59f0725f233fb.zip |
add GRP_STAGE23_USE
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/selinux-ppc-1.4/make.defaults | 1 | ||||
-rw-r--r-- | profiles/selinux-x86-1.4/make.defaults | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/selinux-ppc-1.4/make.defaults b/profiles/selinux-ppc-1.4/make.defaults index a7373717feff..3a4a9f3ac074 100644 --- a/profiles/selinux-ppc-1.4/make.defaults +++ b/profiles/selinux-ppc-1.4/make.defaults @@ -21,6 +21,7 @@ CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} USE="ppc berkdb crypt ncurses pam python readline selinux ssl tcpd zlib" +GRP_STAGE23_USE="ppc berkdb crypt ncurses pam python readline selinux ssl tcpd zlib" # The following USE should _not_ bet set on ppc as they can cause breakage # in some pacakges (are mostly x86 only options) diff --git a/profiles/selinux-x86-1.4/make.defaults b/profiles/selinux-x86-1.4/make.defaults index 5518acc45b5c..e207d348b1f1 100644 --- a/profiles/selinux-x86-1.4/make.defaults +++ b/profiles/selinux-x86-1.4/make.defaults @@ -2,6 +2,7 @@ # System-wide defaults for the gcc 3.2 Portage system USE="x86 berkdb crypt ncurses pam python readline selinux ssl tcpd zlib" +GRP_STAGE23_USE="x86 berkdb crypt ncurses pam python readline selinux ssl tcpd zlib" ARCH="x86" COMPILER="gcc3" |