Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/mingw-runtime: mingw-runtime-3.20.ebuild ChangeLog
Date: Mon, 02 Jan 2012 07:15:48
Message-Id: 20120102071537.41F7D2004B@flycatcher.gentoo.org
1 vapier 12/01/02 07:15:37
2
3 Modified: mingw-runtime-3.20.ebuild ChangeLog
4 Log:
5 Mask until #395893 is sorted out to fix initial builds.
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-util/mingw-runtime/mingw-runtime-3.20.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild?r1=1.1&r2=1.2
15
16 Index: mingw-runtime-3.20.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mingw-runtime-3.20.ebuild 10 Dec 2011 20:58:08 -0000 1.1
23 +++ mingw-runtime-3.20.ebuild 2 Jan 2012 07:15:37 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild,v 1.1 2011/12/10 20:58:08 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild,v 1.2 2012/01/02 07:15:37 vapier Exp $
30
31 export CBUILD=${CBUILD:-${CHOST}}
32 export CTARGET=${CTARGET:-${CHOST}}
33 @@ -20,7 +20,8 @@
34
35 LICENSE="BSD"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
38 +# See https://bugs.gentoo.org/395893
39 +#KEYWORDS="~amd64 ~ppc ~sparc ~x86"
40 IUSE="crosscompile_opts_headers-only"
41 RESTRICT="strip"
42
43
44
45
46 1.23 dev-util/mingw-runtime/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/ChangeLog?rev=1.23&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/ChangeLog?rev=1.23&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/ChangeLog?r1=1.22&r2=1.23
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v
55 retrieving revision 1.22
56 retrieving revision 1.23
57 diff -u -r1.22 -r1.23
58 --- ChangeLog 10 Dec 2011 20:58:08 -0000 1.22
59 +++ ChangeLog 2 Jan 2012 07:15:37 -0000 1.23
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-util/mingw-runtime
62 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.22 2011/12/10 20:58:08 vapier Exp $
64 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.23 2012/01/02 07:15:37 vapier Exp $
66 +
67 + 02 Jan 2012; Mike Frysinger <vapier@g.o> mingw-runtime-3.20.ebuild:
68 + Mask until #395893 is sorted out to fix initial builds.
69
70 *mingw-runtime-3.20 (10 Dec 2011)