summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-17 23:19:22 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-17 23:19:22 +0000
commit0749851aa0eed49b1e3f6027a98aff26bf589887 (patch)
treea171f451e27d43237f1ec13a20475fa0dda6bdaa /sys-libs
parentStable on alpha. (diff)
downloadgentoo-2-0749851aa0eed49b1e3f6027a98aff26bf589887.tar.gz
gentoo-2-0749851aa0eed49b1e3f6027a98aff26bf589887.tar.bz2
gentoo-2-0749851aa0eed49b1e3f6027a98aff26bf589887.zip
remove sparc from nptl list #78320
(Portage version: 2.0.51-r13)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.3.2-r12.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040619-r2.ebuild6
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20041102.ebuild4
5 files changed, 11 insertions, 11 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r12.ebuild b/sys-libs/glibc/glibc-2.3.2-r12.ebuild
index 16e54478acbc..8580a60054ff 100644
--- a/sys-libs/glibc/glibc-2.3.2-r12.ebuild
+++ b/sys-libs/glibc/glibc-2.3.2-r12.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.2-r12.ebuild,v 1.7 2005/01/15 03:10:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.8 2005/01/17 23:19:22 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -129,7 +129,7 @@ use_nptl() {
return 0
fi
;;
- "alpha"|"amd64"|"mips"|"ppc"|"sparc")
+ "alpha"|"amd64"|"mips"|"ppc")
return 0
;;
*)
diff --git a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild b/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild
index 0a21f5daa5a0..7be983b8f7f5 100644
--- a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.3.3.20040420-r2.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.3.20040420-r2.ebuild,v 1.4 2005/01/05 01:53:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild,v 1.5 2005/01/17 23:19:22 vapier Exp $
inherit eutils flag-o-matic gcc
@@ -121,7 +121,7 @@ use_nptl() {
return 0
fi
;;
- "alpha"|"amd64"|"ia64"|"mips"|"ppc"|"sparc")
+ "alpha"|"amd64"|"ia64"|"mips"|"ppc")
return 0
;;
*)
diff --git a/sys-libs/glibc/glibc-2.3.4.20040619-r2.ebuild b/sys-libs/glibc/glibc-2.3.4.20040619-r2.ebuild
index fd1cc1689924..51374716a4a5 100644
--- a/sys-libs/glibc/glibc-2.3.4.20040619-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20040619-r2.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.20040619-r2.ebuild,v 1.7 2005/01/14 02:51:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040619-r2.ebuild,v 1.8 2005/01/17 23:19:22 vapier Exp $
inherit eutils flag-o-matic gcc
@@ -186,7 +186,7 @@ want_nptl() {
if use nptl; then
# Archs that can use NPTL
if use amd64 || use alpha || use ia64 || use ppc || \
- use ppc64 || use s390 || use sparc; then
+ use ppc64 || use s390 ; then
return 0
fi
@@ -205,7 +205,7 @@ want_nptl() {
want_tls() {
# Archs that can use TLS (Thread Local Storage)
if use amd64 || use alpha || use ia64 || use ppc || \
- use ppc64 || use s390 || use sparc; then
+ use ppc64 || use s390 ; then
return 0
fi
diff --git a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild
index 205ff474861a..cd4525c8d952 100644
--- a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20040808-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.20040808-r1.ebuild,v 1.35 2005/01/15 03:10:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild,v 1.36 2005/01/17 23:19:22 vapier Exp $
inherit eutils multilib flag-o-matic toolchain-funcs versionator
@@ -268,7 +268,7 @@ want_nptl() {
if use nptl; then
# Archs that can use NPTL
if use amd64 || use ia64 || use ppc || \
- use ppc64 || use s390 || use sparc; then
+ use ppc64 || use s390 ; then
return 0
fi
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
index 7c7b848d1a9d..45854f0f11dc 100644
--- a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20041102.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.ebuild,v 1.31 2005/01/15 03:10:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102.ebuild,v 1.32 2005/01/17 23:19:22 vapier Exp $
inherit eutils multilib flag-o-matic toolchain-funcs versionator
@@ -268,7 +268,7 @@ want_nptl() {
if use nptl || use nptlonly ; then
# Archs that can use NPTL
if use amd64 || use ia64 || use ppc || \
- use ppc64 || use s390 || use sparc; then
+ use ppc64 || use s390 ; then
return 0
fi