Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64-fbsd: ChangeLog use.mask
Date: Wed, 31 Oct 2012 16:02:28
Message-Id: 20121031160208.7D10721600@flycatcher.gentoo.org
1 mgorny 12/10/31 16:02:06
2
3 Modified: ChangeLog use.mask
4 Log:
5 Update the PYTHON_TARGETS mask. Pypy1.7 is no longer in the tree, and 1.9 was introduced.
6
7 Revision Changes Path
8 1.30 profiles/arch/amd64-fbsd/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog?r1=1.29&r2=1.30
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- ChangeLog 22 Sep 2012 19:29:59 -0000 1.29
21 +++ ChangeLog 31 Oct 2012 16:02:06 -0000 1.30
22 @@ -1,6 +1,10 @@
23 # ChangeLog for Gentoo/x86-fbsd profile directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.29 2012/09/22 19:29:59 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.30 2012/10/31 16:02:06 mgorny Exp $
27 +
28 + 31 Oct 2012; Michał Górny <mgorny@g.o> use.mask:
29 + Update the PYTHON_TARGETS mask. Pypy1.7 is no longer in the tree, and 1.9 was
30 + introduced.
31
32 22 Sep 2012; Alexis Ballier <aballier@g.o> make.defaults:
33 Put 64bits libraries into lib as this is what vanilla FreeBSD does and also
34
35
36
37 1.10 profiles/arch/amd64-fbsd/use.mask
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64-fbsd/use.mask?rev=1.10&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64-fbsd/use.mask?rev=1.10&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64-fbsd/use.mask?r1=1.9&r2=1.10
42
43 Index: use.mask
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/use.mask,v
46 retrieving revision 1.9
47 retrieving revision 1.10
48 diff -u -r1.9 -r1.10
49 --- use.mask 21 Aug 2012 15:16:14 -0000 1.9
50 +++ use.mask 31 Oct 2012 16:02:06 -0000 1.10
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2012 Gentoo Foundation.
53 # Distributed under the terms of the GNU General Public License, v2
54 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/use.mask,v 1.9 2012/08/21 15:16:14 flameeyes Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/use.mask,v 1.10 2012/10/31 16:02:06 mgorny Exp $
56
57 # Unmask the flag which corresponds to ARCH.
58 -amd64-fbsd
59 @@ -38,8 +38,8 @@
60 python_targets_python2_5
61 python_targets_python2_6
62 python_targets_python3_1
63 -python_targets_pypy1_7
64 python_targets_pypy1_8
65 +python_targets_pypy1_9
66 python_targets_jython2_5
67
68 # Diego Elio Pettenò <flameeyes@g.o> (21 Aug 2012)