diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-05 20:30:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-05 20:30:57 +0000 |
commit | 73236a9ed22cfce927655ee89ec094bf70f0236c (patch) | |
tree | 0e9c3d56adbe8fbb6fd575d058fd5bbdb1d1b1bd /profiles/uclibc | |
parent | fix bin (diff) | |
download | gentoo-2-73236a9ed22cfce927655ee89ec094bf70f0236c.tar.gz gentoo-2-73236a9ed22cfce927655ee89ec094bf70f0236c.tar.bz2 gentoo-2-73236a9ed22cfce927655ee89ec094bf70f0236c.zip |
use parents make.defaults
Diffstat (limited to 'profiles/uclibc')
-rw-r--r-- | profiles/uclibc/x86/linux24/make.defaults | 43 | ||||
-rw-r--r-- | profiles/uclibc/x86/linux26/make.defaults | 43 |
2 files changed, 0 insertions, 86 deletions
diff --git a/profiles/uclibc/x86/linux24/make.defaults b/profiles/uclibc/x86/linux24/make.defaults deleted file mode 100644 index 324b149e9323..000000000000 --- a/profiles/uclibc/x86/linux24/make.defaults +++ /dev/null @@ -1,43 +0,0 @@ -USE="x86 berkdb ncurses readline zlib uclibc" -GRP_STAGE23_USE="x86 berkdb ncurses readline zlib uclibc" -STAGE1_USE="uclibc" - -ARCH="x86" -PORTAGE_LIBC="uclibc" -ACCEPT_KEYWORDS="x86" - -# -# 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" -#FEATURES="${FEATURES} userpriv usersandbox" -PORTDIR=/usr/portage/ -PKGDIR=${PORTDIR}/packages/${CHOST}/ diff --git a/profiles/uclibc/x86/linux26/make.defaults b/profiles/uclibc/x86/linux26/make.defaults deleted file mode 100644 index 324b149e9323..000000000000 --- a/profiles/uclibc/x86/linux26/make.defaults +++ /dev/null @@ -1,43 +0,0 @@ -USE="x86 berkdb ncurses readline zlib uclibc" -GRP_STAGE23_USE="x86 berkdb ncurses readline zlib uclibc" -STAGE1_USE="uclibc" - -ARCH="x86" -PORTAGE_LIBC="uclibc" -ACCEPT_KEYWORDS="x86" - -# -# 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" -#FEATURES="${FEATURES} userpriv usersandbox" -PORTDIR=/usr/portage/ -PKGDIR=${PORTDIR}/packages/${CHOST}/ |