diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-05-24 09:44:30 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-05-24 10:21:49 +0200 |
commit | 22f79892c6a0be2e76bca2fbec7fb13414994ae4 (patch) | |
tree | 156980a781c14e4e1b455a1b7019653a4890d7cc /dev-ruby/textpow | |
parent | dev-ruby/strptime: add ruby26 (diff) | |
download | gentoo-22f79892c6a0be2e76bca2fbec7fb13414994ae4.tar.gz gentoo-22f79892c6a0be2e76bca2fbec7fb13414994ae4.tar.bz2 gentoo-22f79892c6a0be2e76bca2fbec7fb13414994ae4.zip |
dev-ruby/textpow: add ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/textpow')
-rw-r--r-- | dev-ruby/textpow/textpow-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/textpow/textpow-1.4.0.ebuild b/dev-ruby/textpow/textpow-1.4.0.ebuild index 86518c85a192..a7207ddb80a6 100644 --- a/dev-ruby/textpow/textpow-1.4.0.ebuild +++ b/dev-ruby/textpow/textpow-1.4.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="rspec" |