Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/g-wrap: g-wrap-1.9.11.ebuild
Date: Mon, 01 Jun 2009 07:31:23
Message-Id: E1MB1zN-0003ud-0g@stork.gentoo.org
1 ssuominen 09/06/01 07:31:21
2
3 Modified: g-wrap-1.9.11.ebuild
4 Log:
5 Use virtual for libffi, not the pkg itself.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-libs/g-wrap/g-wrap-1.9.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/g-wrap/g-wrap-1.9.11.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/g-wrap/g-wrap-1.9.11.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/g-wrap/g-wrap-1.9.11.ebuild?r1=1.3&r2=1.4
14
15 Index: g-wrap-1.9.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.9.11.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- g-wrap-1.9.11.ebuild 4 Oct 2008 18:57:53 -0000 1.3
22 +++ g-wrap-1.9.11.ebuild 1 Jun 2009 07:31:20 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.9.11.ebuild,v 1.3 2008/10/04 18:57:53 mabi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.9.11.ebuild,v 1.4 2009/06/01 07:31:20 ssuominen Exp $
28
29 inherit eutils
30
31 @@ -15,9 +15,8 @@
32 # guile-lib for srfi-34, srfi-35
33 RDEPEND="dev-scheme/guile
34 =dev-libs/glib-2*
35 - dev-libs/libffi
36 + virtual/libffi
37 dev-scheme/guile-lib"
38 -
39 DEPEND="${RDEPEND}
40 dev-util/pkgconfig"