diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 23:22:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 23:22:23 +0000 |
commit | 51a607fc6f31a12e20a02cb9d025ef5c5e04daf6 (patch) | |
tree | 774219a918e85c2c8e63843fed245c6e5c46d263 /profiles/uclibc/ppc | |
parent | security bump. insecure tmpfile handling bug 68405 (diff) | |
download | historical-51a607fc6f31a12e20a02cb9d025ef5c5e04daf6.tar.gz historical-51a607fc6f31a12e20a02cb9d025ef5c5e04daf6.tar.bz2 historical-51a607fc6f31a12e20a02cb9d025ef5c5e04daf6.zip |
stack make.defaults
Diffstat (limited to 'profiles/uclibc/ppc')
-rw-r--r-- | profiles/uclibc/ppc/make.defaults | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/profiles/uclibc/ppc/make.defaults b/profiles/uclibc/ppc/make.defaults index 5768c7a74e92..682ea0d72312 100644 --- a/profiles/uclibc/ppc/make.defaults +++ b/profiles/uclibc/ppc/make.defaults @@ -1,41 +1,2 @@ -USE="ppc berkdb ncurses readline zlib uclibc" -GRP_STAGE23_USE="ppc berkdb ncurses readline zlib uclibc" -STAGE1_USE="uclibc" - ARCH="ppc" -PORTAGE_LIBC="uClibc" ACCEPT_KEYWORDS="ppc" - -# -# FEATURES are settings that affect the functionality of portage. Most of -# these settings are for developer use, but some are available to non- -# developers as well. -# -# 'nodoc' remove 'doc' in the preinstall phase. -# functionality equivalent to rm -rf usr/share/doc/ -# -# 'noinfo' remove 'info' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/info/ -# -# 'noman' remove 'man' pages in the preinstall phase. -# functionality equivalent to rm -rf usr/share/man/ -# -# 'sandbox' enable sandbox-ing when running emerge and ebuild -# -# 'sfperms' feature for security minded people that causes portage to -# remove group+other readable bits on setuid files and -# remove the other readable bits on setgid files. -# -# 'strict' causes portage to react strongly to conditions that -# have the potential to be dangerous -- like missing or -# incorrect Manifest files. -# -# 'userpriv' allows portage to drop root privleges while it is compiling -# as a security measure, and as a side effect this can remove -# sandbox access violations for users. -# -# 'usersandbox' enables sandboxing while portage is running under userpriv. -# unpack -- for debugging purposes only. - -FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" -#FEATURES="${FEATURES} userpriv usersandbox" |