diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 14:40:22 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 14:40:22 +0000 |
commit | 54aba18fc888c0c9da425938f9d0feb43ffe4969 (patch) | |
tree | 30fb5e83dd82268a2d8cc418b299f56a9e16f8f8 /profiles | |
parent | Marked ppc stable for bug #119634; Stabilize Gnome-2.12.2 (diff) | |
download | historical-54aba18fc888c0c9da425938f9d0feb43ffe4969.tar.gz historical-54aba18fc888c0c9da425938f9d0feb43ffe4969.tar.bz2 historical-54aba18fc888c0c9da425938f9d0feb43ffe4969.zip |
Added pam to STAGE1_USE for bug #113298.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/s390/2006.0/make.defaults | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/profiles/default-linux/s390/2006.0/make.defaults b/profiles/default-linux/s390/2006.0/make.defaults index a7628148f708..5bad3aa79034 100644 --- a/profiles/default-linux/s390/2006.0/make.defaults +++ b/profiles/default-linux/s390/2006.0/make.defaults @@ -1,4 +1,4 @@ -USE=" -nptl -unicode -" +# This was added for bug #113298 +STAGE1_USE="pam" + +USE="nptl unicode" |