summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-29 10:26:26 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-29 10:44:39 -0700
commit772775deadb874bde912cfaa7e1252f40631f741 (patch)
treea8e70c519fe0f3bf4ef97d017fda38a0342b24f5 /scripts/bootstrap.sh
parentscripts/bootstrap.sh: Use full cat/pkg names (diff)
downloadgentoo-772775deadb874bde912cfaa7e1252f40631f741.tar.gz
gentoo-772775deadb874bde912cfaa7e1252f40631f741.tar.bz2
gentoo-772775deadb874bde912cfaa7e1252f40631f741.zip
scripts/bootstrap.sh: Remove nptlonly cruft
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-xscripts/bootstrap.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 0a4bc06c3c82..aa31fb15e8bd 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -239,9 +239,6 @@ for opt in ${ORIGUSE} ; do
fi
USE_NPTL=1
;;
- nptlonly)
- USE_NPTLONLY=1
- ;;
multilib)
ALLOWED_USE="${ALLOWED_USE} multilib"
;;
@@ -284,13 +281,10 @@ for atom in portage.settings.packages:
# Do we really want gettext/nls?
[[ ${USE_NLS} != 1 ]] && myGETTEXT=
-# Do we really have no 2.4.x nptl kernels in portage?
if [[ ${USE_NPTL} = "1" ]] ; then
myOS_HEADERS="$(portageq best_visible / '>=sys-kernel/linux-headers-2.6.0')"
[[ -n ${myOS_HEADERS} ]] && myOS_HEADERS=">=${myOS_HEADERS}"
ALLOWED_USE="${ALLOWED_USE} nptl"
- # Should we build with nptl only?
- [[ ${USE_NPTLONLY} = "1" ]] && ALLOWED_USE="${ALLOWED_USE} nptlonly"
fi
[[ -z ${myOS_HEADERS} ]] && myOS_HEADERS="$(portageq expand_virtual / virtual/os-headers)"