commit: 62bcd02ebf331c99d5198259dd543cc3d93f5ea9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 7 18:02:25 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 7 18:09:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bcd02e
app-editors/diakonos: enable ruby31 Signed-off-by: Sam James <sam <AT> gentoo.org> app-editors/diakonos/diakonos-0.9.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/diakonos/diakonos-0.9.7.ebuild b/app-editors/diakonos/diakonos-0.9.7.ebuild index b656965ff4e8..ffde7aefebca 100644 --- a/app-editors/diakonos/diakonos-0.9.7.ebuild +++ b/app-editors/diakonos/diakonos-0.9.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" inherit ruby-ng
