commit: 5af1ba75210639f52c701a1958c7e45079f838c8
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue May 9 01:59:20 2017 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue May 9 03:08:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af1ba75
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 ab5756e03ad..00ede76a6bf 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}
+}