diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-06-18 07:29:28 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-06-18 07:48:36 +0200 |
commit | 49b6d53a81b4f7ea2b784c2be10336f3b2b418b6 (patch) | |
tree | 746f0c254c81f3b6d562eede5ae631bf0bfddeae /dev-ruby/ae | |
parent | dev-ruby/ansi: enable ruby31 (diff) | |
download | gentoo-49b6d53a81b4f7ea2b784c2be10336f3b2b418b6.tar.gz gentoo-49b6d53a81b4f7ea2b784c2be10336f3b2b418b6.tar.bz2 gentoo-49b6d53a81b4f7ea2b784c2be10336f3b2b418b6.zip |
dev-ruby/ae: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/ae')
-rw-r--r-- | dev-ruby/ae/ae-1.8.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ae/ae-1.8.2-r1.ebuild b/dev-ruby/ae/ae-1.8.2-r1.ebuild index fa4a6ab90d72..1ccd2233b466 100644 --- a/dev-ruby/ae/ae-1.8.2-r1.ebuild +++ b/dev-ruby/ae/ae-1.8.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_EXTRADOC="README.md" |