dev-ruby/sqlite3: fix variable reference style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-29 02:45:26 +01:00
parent b6dea71f09
commit 03cbd5864d
4 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ each_ruby_install() {
# sqlite3` was already part of sqlite3-ruby requirements.
cat - <<EOF > "${T}/sqlite3-ruby.gemspec"
# generated by ebuild
# $CATEGORY/$PF
# ${CATEGORY}/${PF}
Gem::Specification.new do |s|
s.name = "sqlite3-ruby"
s.version = "${RUBY_FAKEGEM_VERSION}"