Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix: ChangeLog
Date: Wed, 28 Oct 2009 16:00:14
Message-Id: E1N3AwW-0002rC-57@stork.gentoo.org
1 haubi 09/10/28 16:00:12
2
3 Modified: ChangeLog
4 Log:
5 portage handles merging of shared library archives on aix itself now,
6 no need to do this in profile.bashrc any more.
7
8 Revision Changes Path
9 1.109 profiles/prefix/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/ChangeLog?rev=1.109&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/ChangeLog?rev=1.109&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/ChangeLog?r1=1.108&r2=1.109
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v
18 retrieving revision 1.108
19 retrieving revision 1.109
20 diff -u -r1.108 -r1.109
21 --- ChangeLog 27 Oct 2009 19:38:41 -0000 1.108
22 +++ ChangeLog 28 Oct 2009 16:00:11 -0000 1.109
23 @@ -1,6 +1,10 @@
24 # ChangeLog for profiles/prefix
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.108 2009/10/27 19:38:41 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.109 2009/10/28 16:00:11 haubi Exp $
28 +
29 + 28 Oct 2009; Michael Haubenwallner <haubi@g.o> -aix/profile.bashrc:
30 + portage handles merging of shared library archives on aix itself now,
31 + no need to do this in profile.bashrc any more.
32
33 27 Oct 2009; Fabian Groffen <grobian@g.o> darwin/package.mask:
34 Mask gcc-4.{3,4} on Darwin, as it doesn't compile for a while now