diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-27 09:05:22 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-27 09:05:22 +0100 |
commit | 4acf7a23d13eaf5ab92a56694efa677c6c0fbb3a (patch) | |
tree | 34c79f26a089e7c29849fb46c469f2d051a05102 /dev-ruby/text | |
parent | dev-ruby/tokyocabinet: enable ruby33 (diff) | |
download | gentoo-4acf7a23d13eaf5ab92a56694efa677c6c0fbb3a.tar.gz gentoo-4acf7a23d13eaf5ab92a56694efa677c6c0fbb3a.tar.bz2 gentoo-4acf7a23d13eaf5ab92a56694efa677c6c0fbb3a.zip |
dev-ruby/text: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/text')
-rw-r--r-- | dev-ruby/text/text-1.3.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/text/text-1.3.1-r1.ebuild b/dev-ruby/text/text-1.3.1-r1.ebuild index 7bf8a04eab96..fcf9354f048e 100644 --- a/dev-ruby/text/text-1.3.1-r1.ebuild +++ b/dev-ruby/text/text-1.3.1-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" + +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="README.rdoc" |