diff options
author | Sam James <sam@gentoo.org> | 2023-04-07 19:02:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-07 19:09:58 +0100 |
commit | 62bcd02ebf331c99d5198259dd543cc3d93f5ea9 (patch) | |
tree | 38f00456e909ebfffd0d3f8f7459ceb9ad159a2c /app-editors | |
parent | app-admin/puppet-lint: add github upstream metadata (diff) | |
download | gentoo-62bcd02ebf331c99d5198259dd543cc3d93f5ea9.tar.gz gentoo-62bcd02ebf331c99d5198259dd543cc3d93f5ea9.tar.bz2 gentoo-62bcd02ebf331c99d5198259dd543cc3d93f5ea9.zip |
app-editors/diakonos: enable ruby31
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/diakonos/diakonos-0.9.7.ebuild | 4 |
1 files 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 |