diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-01-28 22:40:21 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-01-28 22:45:36 +0100 |
commit | 87cea39e332b9dd90ee0a5e5c698e84144b7b115 (patch) | |
tree | b1b5572c1d8b136a2ccd0ba05ec770886e49ed09 /dev-ruby | |
parent | dev-ruby/packetfu: add ruby25 (diff) | |
download | gentoo-87cea39e332b9dd90ee0a5e5c698e84144b7b115.tar.gz gentoo-87cea39e332b9dd90ee0a5e5c698e84144b7b115.tar.bz2 gentoo-87cea39e332b9dd90ee0a5e5c698e84144b7b115.zip |
dev-ruby/optionable: add ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
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 bf83794dbad8..5022ef6d17da 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |