commit: 09dc621516b60867847f19bd46ec0c7aa800b481
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 10:55:37 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 10:56:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09dc6215
ruby-fakegem.eclass: fix RUBY_FAKEGEM_EXTRAINSTALL
Remove wrong default value and fix documentation accordingly.
eclass/ruby-fakegem.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
index 57ff678cdf0..c606ccfdb7b 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:-}"