diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-29 08:33:10 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-29 08:40:51 +0100 |
commit | 077756f7379cccfe03c9d8412d36e242f7547f83 (patch) | |
tree | f133e57e98953304d3b968eff8d186321504179b /dev-ruby | |
parent | dev-ruby/request_store: enable ruby33 (diff) | |
download | gentoo-077756f7379cccfe03c9d8412d36e242f7547f83.tar.gz gentoo-077756f7379cccfe03c9d8412d36e242f7547f83.tar.bz2 gentoo-077756f7379cccfe03c9d8412d36e242f7547f83.zip |
dev-ruby/ruby-gobject-introspection: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-4.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-4.1.2.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-4.1.2.ebuild index dcc1dbf7a43c..1d073f4d314a 100644 --- a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-4.1.2.ebuild +++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-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 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" inherit ruby-ng-gnome2 |