diff options
author | 2024-12-27 10:31:05 +0100 | |
---|---|---|
committer | 2024-12-29 10:04:46 +0100 | |
commit | a3965f3487c965bb05da69f0848aea2bc28cb604 (patch) | |
tree | 3282c21c0975914686177d2523b385a6f2dbae7b /dev-ruby/getoptlong | |
parent | dev-ruby/rss: enable ruby34 (diff) | |
download | gentoo-a3965f3487c965bb05da69f0848aea2bc28cb604.tar.gz gentoo-a3965f3487c965bb05da69f0848aea2bc28cb604.tar.bz2 gentoo-a3965f3487c965bb05da69f0848aea2bc28cb604.zip |
dev-ruby/getoptlong: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/getoptlong')
-rw-r--r-- | dev-ruby/getoptlong/getoptlong-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/getoptlong/getoptlong-0.2.1.ebuild b/dev-ruby/getoptlong/getoptlong-0.2.1.ebuild index 636c58f28cc2..dab42cf4e68a 100644 --- a/dev-ruby/getoptlong/getoptlong-0.2.1.ebuild +++ b/dev-ruby/getoptlong/getoptlong-0.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="README.md" |