diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-08-01 10:22:54 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-08-01 11:03:24 +0200 |
commit | d46721012a3032a35e5d28a445f8ce811fc74d5d (patch) | |
tree | 4f6f02a9e48ec035421c9d7e9a16934346b1fb40 /dev-ruby | |
parent | dev-ruby/org-ruby: add ruby27 (diff) | |
download | gentoo-d46721012a3032a35e5d28a445f8ce811fc74d5d.tar.gz gentoo-d46721012a3032a35e5d28a445f8ce811fc74d5d.tar.bz2 gentoo-d46721012a3032a35e5d28a445f8ce811fc74d5d.zip |
dev-ruby/optionable: add ruby27
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/optionable/optionable-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/optionable/optionable-0.2.0.ebuild b/dev-ruby/optionable/optionable-0.2.0.ebuild index 5022ef6d17da..e172c59b8927 100644 --- a/dev-ruby/optionable/optionable-0.2.0.ebuild +++ b/dev-ruby/optionable/optionable-0.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |