Disable USE=nls and USE=unicode for the installcd.
svn path=/trunk/; revision=499
This commit is contained in:
parent
f8648ca06d
commit
35c56d7183
3 changed files with 9 additions and 4 deletions
|
@ -2,6 +2,11 @@
|
||||||
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
|
18 Mar 2008; Christian Heim <phreak@gentoo.org>
|
||||||
|
specs/x86/hardened/installcd-stage1.spec,
|
||||||
|
specs/x86/hardened/installcd-stage2-minimal.spec:
|
||||||
|
Disable USE=nls and USE=unicode for the installcd.
|
||||||
|
|
||||||
14 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
|
14 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
|
||||||
specs/alpha/installcd-stage2-minimal.spec,
|
specs/alpha/installcd-stage2-minimal.spec,
|
||||||
specs/alpha/installcd-stage2-universal.spec,
|
specs/alpha/installcd-stage2-universal.spec,
|
||||||
|
|
|
@ -13,12 +13,12 @@ livecd/use:
|
||||||
livecd
|
livecd
|
||||||
lvm1
|
lvm1
|
||||||
ncurses
|
ncurses
|
||||||
nls
|
# nls
|
||||||
pam
|
pam
|
||||||
readline
|
readline
|
||||||
socks5
|
socks5
|
||||||
ssl
|
ssl
|
||||||
unicode
|
# unicode
|
||||||
|
|
||||||
livecd/packages:
|
livecd/packages:
|
||||||
app-accessibility/brltty
|
app-accessibility/brltty
|
||||||
|
|
|
@ -30,7 +30,7 @@ boot/kernel/gentoo/use:
|
||||||
lvm1
|
lvm1
|
||||||
mng
|
mng
|
||||||
ncurses
|
ncurses
|
||||||
nls
|
# nls
|
||||||
nptl
|
nptl
|
||||||
nptlonly
|
nptlonly
|
||||||
pam
|
pam
|
||||||
|
@ -39,7 +39,7 @@ boot/kernel/gentoo/use:
|
||||||
socks5
|
socks5
|
||||||
ssl
|
ssl
|
||||||
truetype
|
truetype
|
||||||
unicode
|
# unicode
|
||||||
usb
|
usb
|
||||||
|
|
||||||
boot/kernel/gentoo/packages:
|
boot/kernel/gentoo/packages:
|
||||||
|
|
Loading…
Add table
Reference in a new issue