From 62f1d6d7c03b655e4ebf40fde80101b1d65a5c2a Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 6 Jan 2018 13:26:16 +0000 Subject: [PATCH] dev-libs/libffi: clarify comment Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- dev-libs/libffi/libffi-3.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libffi/libffi-3.2.1-r1.ebuild b/dev-libs/libffi/libffi-3.2.1-r1.ebuild index 4eefabab054b2..134d518b54b9a 100644 --- a/dev-libs/libffi/libffi-3.2.1-r1.ebuild +++ b/dev-libs/libffi/libffi-3.2.1-r1.ebuild @@ -54,7 +54,7 @@ src_prepare() { multilib_src_configure() { use userland_BSD && export HOST="${CHOST}" # python does not like miltilib-wrapped headers: bug #643582 - # thus we install includes into different headers + # thus we install includes into ABI-specific paths local includes="${EPREFIX}"/usr/$(get_libdir)/${P}/include/ econf \ $(use_enable static-libs static) \