diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-01-20 08:48:40 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-01-20 11:11:46 +0100 |
commit | db263d1dbf41ba5c75441b214eabc9f1d2a33d08 (patch) | |
tree | 1f853bbee143fafe3e0bab087b3be30f5c4c91d6 | |
parent | dev-ruby/ruby-ole: add ruby26 (diff) | |
download | gentoo-db263d1dbf41ba5c75441b214eabc9f1d2a33d08.tar.gz gentoo-db263d1dbf41ba5c75441b214eabc9f1d2a33d08.tar.bz2 gentoo-db263d1dbf41ba5c75441b214eabc9f1d2a33d08.zip |
dev-ruby/spreadsheet: add ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r-- | dev-ruby/spreadsheet/spreadsheet-1.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/spreadsheet/spreadsheet-1.1.8.ebuild b/dev-ruby/spreadsheet/spreadsheet-1.1.8.ebuild index 6b5df7f52291..9f95a8c8f22c 100644 --- a/dev-ruby/spreadsheet/spreadsheet-1.1.8.ebuild +++ b/dev-ruby/spreadsheet/spreadsheet-1.1.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" # Avoid the complexity of the "rake" recipe and run testrb-2 manually. RUBY_FAKEGEM_RECIPE_TEST=none |