From: Hans de Graaff Date: Sat, 25 Nov 2017 10:55:37 +0000 (+0100) Subject: ruby-fakegem.eclass: fix RUBY_FAKEGEM_EXTRAINSTALL X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=09dc621516b60867847f19bd46ec0c7aa800b481;p=gentoo.git ruby-fakegem.eclass: fix RUBY_FAKEGEM_EXTRAINSTALL Remove wrong default value and fix documentation accordingly. --- diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index 57ff678cdf07..c606ccfdb7b3 100644 --- a/eclass/ruby-fakegem.eclass +++ b/eclass/ruby-fakegem.eclass @@ -98,11 +98,11 @@ RUBY_FAKEGEM_BINDIR="${RUBY_FAKEGEM_BINDIR-bin}" # Filename of .gemspec file to install instead of generating a generic one. # @ECLASS-VARIABLE: RUBY_FAKEGEM_EXTRAINSTALL +# @DEFAULT_UNSET # @DESCRIPTION: # List of files and directories relative to the top directory that also # get installed. Some gems provide extra files such as version information, # Rails generators, or data that needs to be installed as well. -RUBY_FAKEGEM_EXTRAINSTALL="" RUBY_FAKEGEM_SUFFIX="${RUBY_FAKEGEM_SUFFIX:-}"