From 16f83a0497651d780ab24420f3f04593c33b9ba1 Mon Sep 17 00:00:00 2001 From: blshkv Date: Sun, 29 Nov 2020 10:25:31 +0800 Subject: [PATCH] rex-powershell: add comment with upstream bug report --- dev-ruby/rex-powershell/rex-powershell-0.1.87-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-ruby/rex-powershell/rex-powershell-0.1.87-r1.ebuild b/dev-ruby/rex-powershell/rex-powershell-0.1.87-r1.ebuild index e16f69472..92228a58c 100644 --- a/dev-ruby/rex-powershell/rex-powershell-0.1.87-r1.ebuild +++ b/dev-ruby/rex-powershell/rex-powershell-0.1.87-r1.ebuild @@ -10,6 +10,10 @@ RUBY_FAKEGEM_RECIPE_TEST="none" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_BINWRAP="" +#FIXME convert to: +#RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" +#after the issue is fixed https://github.com/rapid7/rex-powershell/issues/26 + inherit ruby-fakegem DESCRIPTION="Ruby Exploitation(Rex) library for generating/manipulating Powershell scripts"