commit: 61bc17c2a230b2005c1e33d96942534dbcdef858 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jan 22 08:31:18 2017 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jan 22 08:31:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bc17c2
dev-ruby/ffi: use get_modname for prefix support Thanks to amadio in https://github.com/gentoo/gentoo/pull/3563 Package-Manager: portage-2.3.0 dev-ruby/ffi/ffi-1.9.17.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ffi/ffi-1.9.17.ebuild b/dev-ruby/ffi/ffi-1.9.17.ebuild index fee3925..88c7fda 100644 --- a/dev-ruby/ffi/ffi-1.9.17.ebuild +++ b/dev-ruby/ffi/ffi-1.9.17.ebuild @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.md" -inherit ruby-fakegem +inherit multilib ruby-fakegem DESCRIPTION="Ruby extension for programmatically loading dynamic libraries" HOMEPAGE="https://wiki.github.com/ffi/ffi" @@ -46,7 +46,7 @@ each_ruby_configure() { each_ruby_compile() { emake -Cext/ffi_c V=1 - cp ext/ffi_c/ffi_c.so lib/ || die + cp ext/ffi_c/ffi_c$(get_modname) lib/ || die ${RUBY} -S rake -f gen/Rakefile || die "types.conf generation failed" }
