diff options
author | 2023-12-31 10:14:58 +0100 | |
---|---|---|
committer | 2023-12-31 10:14:58 +0100 | |
commit | e556532c5ec1427b3516e39f16c4a8bbff21a190 (patch) | |
tree | d44b976f0839660d88ba2c0d8ecefbc8891a475a | |
parent | dev-ruby/tdiff: enable ruby33 (diff) | |
download | gentoo-e556532c5ec1427b3516e39f16c4a8bbff21a190.tar.gz gentoo-e556532c5ec1427b3516e39f16c4a8bbff21a190.tar.bz2 gentoo-e556532c5ec1427b3516e39f16c4a8bbff21a190.zip |
dev-ruby/strptime: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/strptime/strptime-0.2.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/strptime/strptime-0.2.5-r2.ebuild b/dev-ruby/strptime/strptime-0.2.5-r2.ebuild index 242c6d1840de..611ea35023af 100644 --- a/dev-ruby/strptime/strptime-0.2.5-r2.ebuild +++ b/dev-ruby/strptime/strptime-0.2.5-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="README.md" |