summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-05-18 14:17:42 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-05-18 14:17:42 +0000
commitb0eeb0f785af69588f4125f32cfd230e2364c54d (patch)
tree322ef88c79c78beca1effd323043e145fa788e01 /profiles
parentAdd ~amd64 keyword. (diff)
downloadgentoo-2-b0eeb0f785af69588f4125f32cfd230e2364c54d.tar.gz
gentoo-2-b0eeb0f785af69588f4125f32cfd230e2364c54d.tar.bz2
gentoo-2-b0eeb0f785af69588f4125f32cfd230e2364c54d.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')
-rw-r--r--profiles/uclibc/make.defaults5
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"