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: ChangeLog package.mask
Date: Mon, 29 Oct 2012 15:11:45
Message-Id: 20121029151133.686F521600@flycatcher.gentoo.org
1 mgorny 12/10/29 15:11:33
2
3 Modified: ChangeLog package.mask
4 Log:
5 Mask the newer virtual for argparse as well.
6
7 Revision Changes Path
8 1.7076 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.7076&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.7076&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.7075&r2=1.7076
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.7075
18 retrieving revision 1.7076
19 diff -u -r1.7075 -r1.7076
20 --- ChangeLog 29 Oct 2012 15:07:23 -0000 1.7075
21 +++ ChangeLog 29 Oct 2012 15:11:32 -0000 1.7076
22 @@ -1,12 +1,15 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7075 2012/10/29 15:07:23 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7076 2012/10/29 15:11:32 mgorny Exp $
27 #
28 # This ChangeLog should include records for all changes in profiles directory.
29 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
30 # here. If in doubt put a record here!
31
32 29 Oct 2012; Michał Górny <mgorny@g.o> package.mask:
33 + Mask the newer virtual for argparse as well.
34 +
35 + 29 Oct 2012; Michał Górny <mgorny@g.o> package.mask:
36 Mask PYTHON_TARGETS-aware argparse until packages use the virtual.
37
38 29 Oct 2012; Ben de Groot <yngwin@g.o>
39
40
41
42 1.14172 profiles/package.mask
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.14172&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.14172&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.14171&r2=1.14172
47
48 Index: package.mask
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
51 retrieving revision 1.14171
52 retrieving revision 1.14172
53 diff -u -r1.14171 -r1.14172
54 --- package.mask 29 Oct 2012 15:07:23 -0000 1.14171
55 +++ package.mask 29 Oct 2012 15:11:32 -0000 1.14172
56 @@ -1,5 +1,5 @@
57 ####################################################################
58 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14171 2012/10/29 15:07:23 mgorny Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14172 2012/10/29 15:11:32 mgorny Exp $
60 #
61 # When you add an entry to the top of this file, add your name, the date, and
62 # an explanation of why something is getting masked. Please be extremely
63 @@ -34,6 +34,7 @@
64 # Michał Górny <mgorny@g.o> (29 Oct 2012)
65 # Unmask when packages are switched to virtual/python-argparse.
66 =dev-python/argparse-1.2.1-r1
67 +=virtual/python-argparse-1
68
69 # Ben de Groot <yngwin@g.o> (29 Oct 2012)
70 # Fails compilation on missing sqlite header - unbundle patch needs updating