Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/libffi: ChangeLog libffi-0.ebuild
Date: Wed, 02 Nov 2011 14:46:43
Message-Id: 20111102144633.EB76A2004B@flycatcher.gentoo.org
1 ssuominen 11/11/02 14:46:33
2
3 Modified: ChangeLog libffi-0.ebuild
4 Log:
5 Force at least 3.0.9 wrt #389245 by Ross Drummond
6
7 (Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 virtual/libffi/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 2 May 2011 09:19:36 -0000 1.25
23 +++ ChangeLog 2 Nov 2011 14:46:33 -0000 1.26
24 @@ -1,6 +1,9 @@
25 # ChangeLog for virtual/libffi
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.25 2011/05/02 09:19:36 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.26 2011/11/02 14:46:33 ssuominen Exp $
29 +
30 + 02 Nov 2011; Samuli Suominen <ssuominen@g.o> libffi-0.ebuild:
31 + Force at least 3.0.9 wrt #389245 by Ross Drummond
32
33 02 May 2011; Fabian Groffen <grobian@g.o> libffi-0.ebuild:
34 Marked ~x64-freebsd
35
36
37
38 1.28 virtual/libffi/libffi-0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/libffi-0.ebuild?rev=1.28&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/libffi-0.ebuild?rev=1.28&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/libffi-0.ebuild?r1=1.27&r2=1.28
43
44 Index: libffi-0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-0.ebuild,v
47 retrieving revision 1.27
48 retrieving revision 1.28
49 diff -u -r1.27 -r1.28
50 --- libffi-0.ebuild 2 May 2011 09:19:36 -0000 1.27
51 +++ libffi-0.ebuild 2 Nov 2011 14:46:33 -0000 1.28
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-0.ebuild,v 1.27 2011/05/02 09:19:36 grobian Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-0.ebuild,v 1.28 2011/11/02 14:46:33 ssuominen Exp $
57
58 DESCRIPTION="Virtual for dev-libs/libffi"
59 HOMEPAGE=""
60 @@ -11,5 +11,5 @@
61 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
62 IUSE=""
63
64 -RDEPEND="dev-libs/libffi"
65 +RDEPEND=">=dev-libs/libffi-3.0.9"
66 DEPEND=""