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 | b7190683f1b900d8e46387e1e00db151d855f78e (patch) | |
tree | 581aeae1c1a0cd9347ceedb96b25b8210e26dcbd /profiles/uclibc | |
parent | Remove the ebuild for 3.0-beta1. (diff) | |
download | historical-b7190683f1b900d8e46387e1e00db151d855f78e.tar.gz historical-b7190683f1b900d8e46387e1e00db151d855f78e.tar.bz2 historical-b7190683f1b900d8e46387e1e00db151d855f78e.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" |