commit: 1283fb2abcee42703c53cbced246c086c632cf8b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Sep 23 07:02:54 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Sep 23 07:07:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1283fb2a
dev-ruby/ruby-elf: add fake ruby31 target This avoids eclass errors about supported implemenations while we wait for the removal of this masked package. Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/ruby-elf/ruby-elf-1.0.8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ruby-elf/ruby-elf-1.0.8-r1.ebuild b/dev-ruby/ruby-elf/ruby-elf-1.0.8-r1.ebuild index 54fcb4fa924c..a69a9e571c94 100644 --- a/dev-ruby/ruby-elf/ruby-elf-1.0.8-r1.ebuild +++ b/dev-ruby/ruby-elf/ruby-elf-1.0.8-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 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" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" GITHUB_URI="https://github.com/Flameeyes/${PN}"
