diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-18 14:17:42 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-18 14:17:42 +0000 |
commit | 010cfdde2a07fe6298e425e18a4e898f29209928 (patch) | |
tree | ec1f116af667f8e50e3b5d623e489f007fa6a315 /profiles/uclibc | |
parent | Add ~amd64 keyword. (diff) | |
download | historical-010cfdde2a07fe6298e425e18a4e898f29209928.tar.gz historical-010cfdde2a07fe6298e425e18a4e898f29209928.tar.bz2 historical-010cfdde2a07fe6298e425e18a4e898f29209928.zip |
Added -ppd -isdnlog since I'm about to add them to default-linux and I don't want to bload the uclibc profile's USE.
Diffstat (limited to 'profiles/uclibc')
-rw-r--r-- | profiles/uclibc/make.defaults | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/uclibc/make.defaults b/profiles/uclibc/make.defaults index 4bbc013e308b..780ac5162e8b 100644 --- a/profiles/uclibc/make.defaults +++ b/profiles/uclibc/make.defaults @@ -41,3 +41,8 @@ ELIBC=uclibc # unpack -- for debugging purposes only. FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" + +# These are here because I am adding this to default-linux and removing it from +# the leaf profiles. If you would like these as defaults, feel free to remove +# the following line. +USE="${USE} -pppd -isdnlog" |