diff options
author | Lars Weiler <pylon@gentoo.org> | 2005-05-28 03:24:58 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2005-05-28 03:24:58 +0000 |
commit | af7833cd22f4ed2f2dd9be373a706e2c2070c985 (patch) | |
tree | e587818d5936e088a10ab832966e2fa44a69a059 /profiles/default-linux | |
parent | Testing ppc-macos. Bug #93346 (diff) | |
download | gentoo-2-af7833cd22f4ed2f2dd9be373a706e2c2070c985.tar.gz gentoo-2-af7833cd22f4ed2f2dd9be373a706e2c2070c985.tar.bz2 gentoo-2-af7833cd22f4ed2f2dd9be373a706e2c2070c985.zip |
In stage1 USE=unicode should be set, otherwise libncurses breaks. This affects only stage-building for releases.
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/ppc/2005.0/make.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/default-linux/ppc/2005.0/make.defaults b/profiles/default-linux/ppc/2005.0/make.defaults new file mode 100644 index 000000000000..a066a99de258 --- /dev/null +++ b/profiles/default-linux/ppc/2005.0/make.defaults @@ -0,0 +1 @@ +STAGE1_USE="unicode" |