diff options
author | 2023-04-07 17:52:35 +0100 | |
---|---|---|
committer | 2023-04-07 19:09:36 +0100 | |
commit | c38dcbb6817924d2832bd53ef1afd013249c067a (patch) | |
tree | c089c1662a124eab0ed3fb42a6bae652508b03dd /dev-ruby/ruby-atk | |
parent | dev-ruby/ruby-gio2: enable ruby32 for 4.1.x, fix tests (diff) | |
download | gentoo-c38dcbb6817924d2832bd53ef1afd013249c067a.tar.gz gentoo-c38dcbb6817924d2832bd53ef1afd013249c067a.tar.bz2 gentoo-c38dcbb6817924d2832bd53ef1afd013249c067a.zip |
dev-ruby/ruby-atk: enable ruby32 for 4.1.x
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-atk')
-rw-r--r-- | dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild b/dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild index aa465ae64b69..dc74bd0b8d2f 100644 --- a/dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild +++ b/dev-ruby/ruby-atk/ruby-atk-4.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" inherit ruby-ng-gnome2 |