Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.7.ebuild
Date: Sun, 04 Nov 2007 04:18:54
Message-Id: E1IoWwk-0005RF-7P@stork.gentoo.org
1 vapier 07/11/04 04:18:50
2
3 Modified: glibc-2.7.ebuild
4 Log:
5 fix building on superh
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.4 sys-libs/glibc/glibc-2.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild?r1=1.3&r2=1.4
14
15 Index: glibc-2.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- glibc-2.7.ebuild 24 Oct 2007 06:11:24 -0000 1.3
22 +++ glibc-2.7.ebuild 4 Nov 2007 04:18:49 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild,v 1.3 2007/10/24 06:11:24 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7.ebuild,v 1.4 2007/11/04 04:18:49 vapier Exp $
28
29 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
30
31 @@ -8,7 +8,7 @@
32 HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
33
34 LICENSE="LGPL-2"
35 -#KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
36 +#KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sh ~x86"
37 RESTRICT="strip" # strip ourself #46186
38 EMULTILIB_PKG="true"
39
40 @@ -17,7 +17,7 @@
41 BRANCH_UPDATE=$(get_version_component_range 4) # upstream cvs snaps
42 MANPAGE_VER="" # pregenerated manpages
43 INFOPAGE_VER="" # pregenerated infopages
44 -PATCH_VER="1.1" # Gentoo patchset
45 +PATCH_VER="1.2" # Gentoo patchset
46 PATCH_GLIBC_VER=${RELEASE_VER} # glibc version in patchset
47 PORTS_VER=${RELEASE_VER} # version of glibc ports addon
48 LT_VER="" # version of linuxthreads addon
49
50
51
52 --
53 gentoo-commits@g.o mailing list