summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-11-25 11:55:37 +0100
committerHans de Graaff <graaff@gentoo.org>2017-11-25 11:56:42 +0100
commit09dc621516b60867847f19bd46ec0c7aa800b481 (patch)
tree4790b9263439008463da52a67e26cb7a943e2e85 /eclass
parentmedia-gfx/meshlab: remove old (diff)
downloadgentoo-09dc621516b60867847f19bd46ec0c7aa800b481.tar.gz
gentoo-09dc621516b60867847f19bd46ec0c7aa800b481.tar.bz2
gentoo-09dc621516b60867847f19bd46ec0c7aa800b481.zip
ruby-fakegem.eclass: fix RUBY_FAKEGEM_EXTRAINSTALL
Remove wrong default value and fix documentation accordingly.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ruby-fakegem.eclass2
1 files changed, 1 insertions, 1 deletions
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:-}"