summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-27 09:57:17 +0100
committerSam James <sam@gentoo.org>2023-03-27 10:14:26 +0100
commitdd3a6da76ef3e7983d9d71adaaf7f2e3c8f4270a (patch)
tree37b4b5c88eaa3a8030195acdfecbb59d58a5e4ba
parentdev-ruby/hamster: add note re tests for >=ruby30 (diff)
downloadgentoo-dd3a6da76ef3e7983d9d71adaaf7f2e3c8f4270a.tar.gz
gentoo-dd3a6da76ef3e7983d9d71adaaf7f2e3c8f4270a.tar.bz2
gentoo-dd3a6da76ef3e7983d9d71adaaf7f2e3c8f4270a.zip
dev-ruby/sexp_processor: enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-ruby/sexp_processor/sexp_processor-4.16.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/sexp_processor/sexp_processor-4.16.1.ebuild b/dev-ruby/sexp_processor/sexp_processor-4.16.1.ebuild
index c27d8b477f73..cc3eb63c3fb8 100644
--- a/dev-ruby/sexp_processor/sexp_processor-4.16.1.ebuild
+++ b/dev-ruby/sexp_processor/sexp_processor-4.16.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"