Gentoo Archives: gentoo-commits

From: "Ferris McCormick (fmccor)" <fmccor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/libffi: ChangeLog libffi-0.ebuild
Date: Fri, 05 Jun 2009 15:08:14
Message-Id: E1MCb1b-00048J-8B@stork.gentoo.org
1 fmccor 09/06/05 15:08:07
2
3 Modified: ChangeLog libffi-0.ebuild
4 Log:
5 Sparc stable, part of Bug #272675.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 virtual/libffi/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libffi/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libffi/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libffi/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 4 Jun 2009 12:47:37 -0000 1.7
22 +++ ChangeLog 5 Jun 2009 15:08:07 -0000 1.8
23 @@ -1,6 +1,9 @@
24 # ChangeLog for virtual/libffi
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.7 2009/06/04 12:47:37 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.8 2009/06/05 15:08:07 fmccor Exp $
28 +
29 + 05 Jun 2009; Ferris McCormick <fmccor@g.o> libffi-0.ebuild:
30 + Sparc stable, part of Bug #272675.
31
32 04 Jun 2009; Samuli Suominen <ssuominen@g.o> libffi-0.ebuild:
33 Keyword ~ppc/~ppc64 wrt #272046, thanks to Luca Barbato for testing.
34
35
36
37 1.10 virtual/libffi/libffi-0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libffi/libffi-0.ebuild?rev=1.10&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libffi/libffi-0.ebuild?rev=1.10&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libffi/libffi-0.ebuild?r1=1.9&r2=1.10
42
43 Index: libffi-0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-0.ebuild,v
46 retrieving revision 1.9
47 retrieving revision 1.10
48 diff -u -r1.9 -r1.10
49 --- libffi-0.ebuild 4 Jun 2009 12:47:37 -0000 1.9
50 +++ libffi-0.ebuild 5 Jun 2009 15:08:07 -0000 1.10
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-0.ebuild,v 1.9 2009/06/04 12:47:37 ssuominen Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-0.ebuild,v 1.10 2009/06/05 15:08:07 fmccor Exp $
56
57 EAPI=2
58
59 @@ -10,7 +10,7 @@
60
61 LICENSE=""
62 SLOT="0"
63 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
64 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
65 IUSE="static-libs"
66
67 RDEPEND="dev-libs/libffi[static-libs?]"