diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-12 19:18:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-12 19:18:10 +0000 |
commit | b0f7c88a90c605e576d42f6fa1dc64adc34b8760 (patch) | |
tree | a6d84a39b9b70d43217211259d15c66b4c052905 /profiles/uclibc | |
parent | Remove the ebuild for 3.0-beta1. (diff) | |
download | gentoo-2-b0f7c88a90c605e576d42f6fa1dc64adc34b8760.tar.gz gentoo-2-b0f7c88a90c605e576d42f6fa1dc64adc34b8760.tar.bz2 gentoo-2-b0f7c88a90c605e576d42f6fa1dc64adc34b8760.zip |
punt FEATURES=autoconfig from all profiles
Diffstat (limited to 'profiles/uclibc')
-rw-r--r-- | profiles/uclibc/make.defaults | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/uclibc/make.defaults b/profiles/uclibc/make.defaults index e3b661e9ff97..784721f1865e 100644 --- a/profiles/uclibc/make.defaults +++ b/profiles/uclibc/make.defaults @@ -5,5 +5,4 @@ CFLAGS="-Os" CXXFLAGS="${CFLAGS}" PORTAGE_LIBC="uClibc" ELIBC=uclibc -FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" -# Another test +FEATURES="sandbox sfperms strict nodoc noinfo noman" |