diff options
author | 2024-12-30 16:09:00 +0100 | |
---|---|---|
committer | 2024-12-30 16:19:59 +0100 | |
commit | 2e38f2941a7b6e7b0418cff00aecb247d7e0fb96 (patch) | |
tree | a3b608496d2d2783f2231d23ac4f67e77872c945 | |
parent | dev-ruby/hitimes: enable ruby34 (diff) | |
download | gentoo-2e38f2941a7b6e7b0418cff00aecb247d7e0fb96.tar.gz gentoo-2e38f2941a7b6e7b0418cff00aecb247d7e0fb96.tar.bz2 gentoo-2e38f2941a7b6e7b0418cff00aecb247d7e0fb96.zip |
dev-ruby/hoe: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/hoe/hoe-4.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/hoe/hoe-4.2.2.ebuild b/dev-ruby/hoe/hoe-4.2.2.ebuild index 156925a00f1c..85d3c1a82475 100644 --- a/dev-ruby/hoe/hoe-4.2.2.ebuild +++ b/dev-ruby/hoe/hoe-4.2.2.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_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc" |