From 5af1ba75210639f52c701a1958c7e45079f838c8 Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Mon, 8 May 2017 21:59:20 -0400 Subject: dev-ruby/jsobfu: bump, fix slotting Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-ruby/jsobfu/jsobfu-0.4.2.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild index ab5756e03ad2..00ede76a6bfc 100644 --- a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild +++ b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild @@ -5,7 +5,7 @@ EAPI=6 USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_DOC="rdoc" - +RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_RECIPE_TEST="rspec3" inherit ruby-fakegem @@ -31,3 +31,9 @@ all_ruby_prepare() { sed -i -e '/rkelly-remix/,/name:/ s/=/~>/' ../metadata || die } + +all_ruby_install() { + all_fakegem_install + + ruby_fakegem_binwrapper jsobfu jsobfu-${PV} +} -- cgit v1.2.3-65-gdbad