diff options
author | Sam James <sam@gentoo.org> | 2023-06-12 04:23:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-12 04:41:58 +0100 |
commit | 6027285663a607d8f7131e9a86e21deb685fb482 (patch) | |
tree | 41bf1d2fe246d8ec1611233abb9e60974c2f713b /dev-ruby/ruby-poppler | |
parent | dev-ruby/ruby-poppler: drop 3.5.1 (diff) | |
download | gentoo-6027285663a607d8f7131e9a86e21deb685fb482.tar.gz gentoo-6027285663a607d8f7131e9a86e21deb685fb482.tar.bz2 gentoo-6027285663a607d8f7131e9a86e21deb685fb482.zip |
dev-ruby/ruby-poppler: forward ruby32
Closes: https://github.com/gentoo/gentoo/pull/31391
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-poppler')
-rw-r--r-- | dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild index b7a4dab838b4..e31095a2fa88 100644 --- a/dev-ruby/ruby-poppler/ruby-poppler-4.1.2.ebuild +++ b/dev-ruby/ruby-poppler/ruby-poppler-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="ruby30 ruby31 ruby32" inherit ruby-ng-gnome2 |