diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-16 03:08:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-16 03:08:50 +0000 |
commit | d84e957df6daeb0f9e4417ed7ffc27722e14776c (patch) | |
tree | 22860be50405d6caaf1c1f802017450ee5584c41 /profiles/default-linux | |
parent | move strip-linguas to src_compile() #139939 (diff) | |
download | gentoo-2-d84e957df6daeb0f9e4417ed7ffc27722e14776c.tar.gz gentoo-2-d84e957df6daeb0f9e4417ed7ffc27722e14776c.tar.bz2 gentoo-2-d84e957df6daeb0f9e4417ed7ffc27722e14776c.zip |
sort/tweak defaults a little
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/sh/make.defaults | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/profiles/default-linux/sh/make.defaults b/profiles/default-linux/sh/make.defaults index 971ed327648e..ab7342bc4006 100644 --- a/profiles/default-linux/sh/make.defaults +++ b/profiles/default-linux/sh/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sh/make.defaults,v 1.5 2006/01/31 23:26:40 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sh/make.defaults,v 1.6 2006/07/16 03:08:50 vapier Exp $ ARCH="sh" ACCEPT_KEYWORDS="sh" @@ -11,4 +11,19 @@ CXXFLAGS="${CFLAGS}" FEATURES="-sandbox sfperms" -USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses crypt zlib" +USE=" +acl +berkdb +crypt +ipv6 +ncurses +nls +pam +perl +python +readline +ssl +tcpd +unicode +zlib +" |