diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-15 05:08:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-15 05:08:41 +0000 |
commit | afa91f69bb02e437fa1228d842f6334fed23bc9d (patch) | |
tree | 4180b8f13db1afaae3e144707fe69f5d86447714 /profiles | |
parent | move unicode to sub-profile and create a new one for 2007.0 (diff) | |
download | historical-afa91f69bb02e437fa1228d842f6334fed23bc9d.tar.gz historical-afa91f69bb02e437fa1228d842f6334fed23bc9d.tar.bz2 historical-afa91f69bb02e437fa1228d842f6334fed23bc9d.zip |
enable bzip2 support by default
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/sh/make.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/default-linux/sh/make.defaults b/profiles/default-linux/sh/make.defaults index b00a4c7c8dda..f0888da35ec7 100644 --- a/profiles/default-linux/sh/make.defaults +++ b/profiles/default-linux/sh/make.defaults @@ -12,6 +12,7 @@ FEATURES="-sandbox sfperms" USE=" \ acl \ berkdb \ +bzip2 \ crypt \ ipv6 \ ncurses \ |