summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-09-16 10:18:37 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-09-16 10:18:37 +0000
commit93a6cb66c829b609e616d490a10487d5cc97d4cc (patch)
treee79861249771b9cd3854a436f51e318f4ed2c007 /sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild
parentImproving KDE detection, bug #105955 (diff)
downloadgentoo-2-93a6cb66c829b609e616d490a10487d5cc97d4cc.tar.gz
gentoo-2-93a6cb66c829b609e616d490a10487d5cc97d4cc.tar.bz2
gentoo-2-93a6cb66c829b609e616d490a10487d5cc97d4cc.zip
Enable nptl on alpha.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild
index a7f47c496153..2571dcc6f73d 100644
--- a/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild,v 1.20 2005/07/29 16:26:13 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild,v 1.21 2005/09/16 10:18:37 kloeri Exp $
inherit eutils multilib flag-o-matic toolchain-funcs versionator
@@ -266,7 +266,7 @@ check_nptl_support() {
want_nptl() {
if use nptl || use nptlonly ; then
# Archs that can use NPTL
- if use amd64 || use ia64 || use ppc || \
+ if use alpha || use amd64 || use ia64 || use ppc || \
use ppc64 || use s390 || use sparc; then
return 0
fi