Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
Date: Mon, 01 Jun 2009 07:22:02
Message-Id: E1MB1qK-0003V6-9z@stork.gentoo.org
1 ssuominen 09/06/01 07:22:00
2
3 Modified: ChangeLog package.mask
4 Log:
5 Before unmasking some pkgs that can use libffi, they need to be keyworded. Mask them for now.
6
7 Revision Changes Path
8 1.2720 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2720&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2720&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.2719&r2=1.2720
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.2719
18 retrieving revision 1.2720
19 diff -u -r1.2719 -r1.2720
20 --- ChangeLog 1 Jun 2009 07:06:45 -0000 1.2719
21 +++ ChangeLog 1 Jun 2009 07:21:59 -0000 1.2720
22 @@ -1,13 +1,13 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2719 2009/06/01 07:06:45 ssuominen Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2720 2009/06/01 07:21:59 ssuominen 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 01 Jun 2009; Samuli Suominen <ssuominen@g.o> package.mask:
33 - Unmask libffi and related pkgs wrt #163724
34 + Unmask libffi and virtual wrt #163724
35
36 31 May 2009; Torsten Veller <tove@g.o> package.mask:
37 Mask dev-perl/IniConf for removal
38
39
40
41 1.9863 profiles/package.mask
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.9863&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.9863&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.9862&r2=1.9863
46
47 Index: package.mask
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
50 retrieving revision 1.9862
51 retrieving revision 1.9863
52 diff -u -r1.9862 -r1.9863
53 --- package.mask 1 Jun 2009 07:06:45 -0000 1.9862
54 +++ package.mask 1 Jun 2009 07:21:59 -0000 1.9863
55 @@ -1,5 +1,5 @@
56 ####################################################################
57 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9862 2009/06/01 07:06:45 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9863 2009/06/01 07:21:59 ssuominen Exp $
59 #
60 # When you add an entry to the top of this file, add your name, the date, and
61 # an explanation of why something is getting masked. Please be extremely
62 @@ -31,6 +31,12 @@
63
64 #--- END OF EXAMPLES ---
65
66 +# Samuli Suominen <ssuominen@g.o> (01 Jun 2009)
67 +# virtual/libffi needs to be keyworded before unmasking.
68 +x11-libs/gtk-server
69 +>=dev-libs/g-wrap-1.9.11
70 +>=dev-scheme/guile-gnome-platform-2.16.0
71 +
72 # Torsten Veller <tove@g.o> (31 May 2009)
73 # IniConf.pm is going away, and will be replaced with
74 # Config::IniFiles. Masked for removal.