Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.13.ebuild
Date: Mon, 07 Feb 2011 19:23:08
Message-Id: 20110207192258.6AF4C20054@flycatcher.gentoo.org
1 ssuominen 11/02/07 19:22:58
2
3 Modified: glibc-2.13.ebuild
4 Log:
5 ing
6
7 (Portage version: 2.2.0_alpha20/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sys-libs/glibc/glibc-2.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild?r1=1.3&r2=1.4
15
16 Index: glibc-2.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- glibc-2.13.ebuild 7 Feb 2011 19:18:12 -0000 1.3
23 +++ glibc-2.13.ebuild 7 Feb 2011 19:22:58 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild,v 1.3 2011/02/07 19:18:12 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13.ebuild,v 1.4 2011/02/07 19:22:58 ssuominen Exp $
29
30 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
31
32 @@ -201,7 +201,7 @@
33 if has_version sys-devel/prelink; then
34 eerror "Aborting. Your system might be prelinked."
35 eerror "Unprelink your system and uninstall sys-devel/prelink first."
36 - die "Avoid system meltdown #353814"
37 + die "Avoiding system meltdown #353814"
38 fi
39 }