diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-02-28 08:37:51 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-03-04 11:24:41 +0100 |
commit | 4eee3e62f57e5a6b2de01896c4a57e733e6ec793 (patch) | |
tree | ad2bd52b3ced10c112d75500a6fc451beb7e842d /dev-ruby/singleton | |
parent | dev-ruby/timeout: enable ruby32 (diff) | |
download | gentoo-4eee3e62f57e5a6b2de01896c4a57e733e6ec793.tar.gz gentoo-4eee3e62f57e5a6b2de01896c4a57e733e6ec793.tar.bz2 gentoo-4eee3e62f57e5a6b2de01896c4a57e733e6ec793.zip |
dev-ruby/singleton: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/singleton')
-rw-r--r-- | dev-ruby/singleton/singleton-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/singleton/singleton-0.1.1.ebuild b/dev-ruby/singleton/singleton-0.1.1.ebuild index cabbd7428cfa..af6137428c32 100644 --- a/dev-ruby/singleton/singleton-0.1.1.ebuild +++ b/dev-ruby/singleton/singleton-0.1.1.ebuild @@ -1,8 +1,8 @@ -# 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_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="README.md" |