# ChangeLog for dev-scheme/c-wrapper
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/c-wrapper/ChangeLog,v 1.4 2011/08/13 11:44:04 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/c-wrapper/ChangeLog,v 1.5 2011/09/28 11:21:55 ssuominen Exp $
+
+ 28 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> c-wrapper-0.6.1.ebuild:
+ Use virtual/libffi instead of dev-libs/libffi in case we have to switch to
+ using copy from GCC in future.
13 Aug 2011; Akinori Hattori <hattya@gentoo.org> c-wrapper-0.6.1.ebuild:
stable on x86.
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild,v 1.3 2011/08/13 11:44:04 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/c-wrapper/c-wrapper-0.6.1.ebuild,v 1.4 2011/09/28 11:21:55 ssuominen Exp $
EAPI="4"
IUSE="examples"
RDEPEND="dev-scheme/gauche
- dev-libs/libffi"
+ virtual/libffi"
DEPEND="${RDEPEND}"
src_prepare() {
# ChangeLog for dev-scheme/guile
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.93 2011/07/09 11:18:15 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.94 2011/09/28 11:21:15 ssuominen Exp $
+
+ 28 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> guile-2.0.0.ebuild:
+ Use virtual/libffi instead of dev-libs/libffi in case we have to switch to
+ using copy from GCC in future.
09 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> guile-1.8.8-r1.ebuild:
ppc64 stable wrt #335657
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-2.0.0.ebuild,v 1.2 2011/04/12 18:20:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-2.0.0.ebuild,v 1.3 2011/09/28 11:21:15 ssuominen Exp $
EAPI=3
inherit eutils flag-o-matic elisp-common
dev-util/pkgconfig
dev-libs/libunistring
>=dev-libs/boehm-gc-7.0[threads?]
- dev-libs/libffi
+ virtual/libffi
emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}"