# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # The purpose of this ebuild is to provide quick fallback if and when we need to # switch back to internal copy of libffi from sys-devel/gcc. EAPI=5 inherit multilib-build DESCRIPTION="A virtual for the Foreign Function Interface implementation" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=dev-libs/libffi-3.0.13-r1[${MULTILIB_USEDEP}]" DEPEND=""