diff options
author | Sam James <sam@gentoo.org> | 2023-03-27 09:49:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-27 10:14:23 +0100 |
commit | edc43e3647aac3f44616f1709c692bf5cb9be8af (patch) | |
tree | 4ce0f6a8ddb9d1a409fcd13140d0dcf3c65e11ca /dev-ruby/gnuplot | |
parent | dev-ruby/multi_xml: enable ruby32 (diff) | |
download | gentoo-edc43e3647aac3f44616f1709c692bf5cb9be8af.tar.gz gentoo-edc43e3647aac3f44616f1709c692bf5cb9be8af.tar.bz2 gentoo-edc43e3647aac3f44616f1709c692bf5cb9be8af.zip |
dev-ruby/gnuplot: enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/gnuplot')
-rw-r--r-- | dev-ruby/gnuplot/gnuplot-2.6.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/gnuplot/gnuplot-2.6.2-r3.ebuild b/dev-ruby/gnuplot/gnuplot-2.6.2-r3.ebuild index b8592af4af13..3a9611916ddd 100644 --- a/dev-ruby/gnuplot/gnuplot-2.6.2-r3.ebuild +++ b/dev-ruby/gnuplot/gnuplot-2.6.2-r3.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_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="AUTHORS.txt ChangeLog README.textile" |