diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-07-07 07:15:10 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-07-07 07:18:47 +0200 |
commit | 257494bc80511127ff48ba2fe11e7b776f6e3446 (patch) | |
tree | 78b27682fb5ed5943d4060c3465e144ed7f9933b /dev-ruby/countdownlatch | |
parent | dev-ruby/creole: update EAPI 7 -> 8 (diff) | |
download | gentoo-257494bc80511127ff48ba2fe11e7b776f6e3446.tar.gz gentoo-257494bc80511127ff48ba2fe11e7b776f6e3446.tar.bz2 gentoo-257494bc80511127ff48ba2fe11e7b776f6e3446.zip |
dev-ruby/countdownlatch: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/countdownlatch')
-rw-r--r-- | dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild b/dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild index 8e91f5622a34..5d9742397ec3 100644 --- a/dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild +++ b/dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.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="ruby30 ruby31 ruby32" RUBY_FAKEGEM_TASK_TEST="test" RUBY_FAKEGEM_TASK_DOC="" |