Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix: ChangeLog
Date: Fri, 26 Jun 2009 03:40:04
Message-Id: E1MK2ID-00030E-NX@stork.gentoo.org
1 mr_bones_ 09/06/26 03:40:01
2
3 Modified: ChangeLog
4 Log:
5 The PM needs to know the eapi right in the child node of the profile.
6
7 Revision Changes Path
8 1.11 profiles/prefix/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/ChangeLog?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/ChangeLog?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/ChangeLog?r1=1.10&r2=1.11
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- ChangeLog 26 Jun 2009 02:51:55 -0000 1.10
21 +++ ChangeLog 26 Jun 2009 03:40:01 -0000 1.11
22 @@ -1,6 +1,10 @@
23 # ChangeLog for profiles/prefix
24 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 -# $Id: ChangeLog,v 1.10 2009/06/26 02:51:55 solar Exp $
26 +# $Id: ChangeLog,v 1.11 2009/06/26 03:40:01 mr_bones_ Exp $
27 +
28 + 26 Jun 2009; Michael Sterrett <mr_bones_@g.o>
29 + +darwin/macos/10.4/eapi, +darwin/macos/10.5/eapi:
30 + The PM needs to know the eapi right in the child node of the profile.
31
32 26 Jun 2009; <solar@g.o> +eapi:
33 - commit 1.130 of ../profile.desc enabled prefix in QA tools. Mr_Bones