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-devel/gcc: gcc-3.3.6-r1.ebuild gcc-3.3.2-r7.ebuild gcc-3.3.5.20050130-r1.ebuild gcc-3.3.6.ebuild gcc-3.3.5-r1.ebuild
Date: Sat, 01 Dec 2007 20:52:24
Message-Id: E1IyZJz-0007ZC-MW@stork.gentoo.org
1 vapier 07/12/01 20:52:19
2
3 Modified: gcc-3.3.6-r1.ebuild
4 Removed: gcc-3.3.2-r7.ebuild gcc-3.3.5.20050130-r1.ebuild
5 gcc-3.3.6.ebuild gcc-3.3.5-r1.ebuild
6 Log:
7 old
8 (Portage version: 2.1.4_rc4)
9
10 Revision Changes Path
11 1.9 sys-devel/gcc/gcc-3.3.6-r1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild?r1=1.8&r2=1.9
16
17 Index: gcc-3.3.6-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- gcc-3.3.6-r1.ebuild 22 Jul 2007 06:35:08 -0000 1.8
24 +++ gcc-3.3.6-r1.ebuild 1 Dec 2007 20:52:19 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.8 2007/07/22 06:35:08 dberkholz Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.9 2007/12/01 20:52:19 vapier Exp $
30
31 MAN_VER=""
32 PATCH_VER="1.4"
33 @@ -74,7 +74,7 @@
34 src_unpack() {
35 gcc_src_unpack
36
37 - if [[ -n ${UCLIBC_VER} ]] && is_uclibc ; then
38 + if [[ -n ${UCLIBC_VER} ]] && [[ ${CTARGET} == *-uclibc* ]] ; then
39 mv ${S}/gcc-3.3.2/libstdc++-v3/config/os/uclibc ${S}/libstdc++-v3/config/os/ || die
40 mv ${S}/gcc-3.3.2/libstdc++-v3/config/locale/uclibc ${S}/libstdc++-v3/config/locale/ || die
41 fi
42
43
44
45 --
46 gentoo-commits@g.o mailing list