summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-09-24 11:17:12 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-09-24 11:17:12 +0000
commit7b89b1eeee20e0f4357a8f521a8fcad8c0e971a8 (patch)
treea5a07c27564796a352c14f70ddd9f174c5f828b3 /sys-libs
parentDisable tests if run as root until there is a solution (#328793). Don't try t... (diff)
downloadgentoo-2-7b89b1eeee20e0f4357a8f521a8fcad8c0e971a8.tar.gz
gentoo-2-7b89b1eeee20e0f4357a8f521a8fcad8c0e971a8.tar.bz2
gentoo-2-7b89b1eeee20e0f4357a8f521a8fcad8c0e971a8.zip
Mark -sparc since it fails to build, bug #336792
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/glibc-2.12.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 628fe441ce4a..1f51b711d730 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.713 2010/09/18 09:55:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.714 2010/09/24 11:17:12 armin76 Exp $
+
+ 24 Sep 2010; Raúl Porcel <armin76@gentoo.org> glibc-2.12.1-r1.ebuild:
+ Mark -sparc since it fails to build, bug #336792
18 Sep 2010; Mike Frysinger <vapier@gentoo.org>
files/eblits/src_compile.eblit:
diff --git a/sys-libs/glibc/glibc-2.12.1-r1.ebuild b/sys-libs/glibc/glibc-2.12.1-r1.ebuild
index 99cfa45564d7..c99b4dc53ec1 100644
--- a/sys-libs/glibc/glibc-2.12.1-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.12.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r1.ebuild,v 1.2 2010/08/24 02:26:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r1.ebuild,v 1.3 2010/09/24 11:17:12 armin76 Exp $
inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
@@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library"
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sh -sparc ~x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"