diff options
author | 2004-08-30 13:26:48 +0000 | |
---|---|---|
committer | 2004-08-30 13:26:48 +0000 | |
commit | 73ac5fd660d117c7335d8e95fa6e08d1d82a131d (patch) | |
tree | 4ae90d515cd426d14ea032710b8bca47671b4bac /profiles/uclibc/mips | |
parent | Added to ~ppc (diff) | |
download | historical-73ac5fd660d117c7335d8e95fa6e08d1d82a131d.tar.gz historical-73ac5fd660d117c7335d8e95fa6e08d1d82a131d.tar.bz2 historical-73ac5fd660d117c7335d8e95fa6e08d1d82a131d.zip |
use FEATURES=autoconfig by default
Diffstat (limited to 'profiles/uclibc/mips')
-rw-r--r-- | profiles/uclibc/mips/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults index db3a614eaa3a..e6335ba41303 100644 --- a/profiles/uclibc/mips/make.defaults +++ b/profiles/uclibc/mips/make.defaults @@ -37,7 +37,7 @@ ACCEPT_KEYWORDS="mips" # 'usersandbox' enables sandboxing while portage is running under userpriv. # unpack -- for debugging purposes only. -FEATURES="sandbox sfperms strict nodoc noinfo noman" +FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" #FEATURES="${FEATURES} userpriv usersandbox" PORTDIR=/usr/portage/ PKGDIR=${PORTDIR}/packages/${CHOST}/ |