diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-04-28 09:38:04 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-04-28 10:35:25 +0200 |
commit | ffc20c59269ca7f89b7c684c74e333bc543a4738 (patch) | |
tree | 5601a72edb902fc2e3c9c3c15963c73a3c8e9100 /app-text | |
parent | dev-ruby/mustache: enable ruby33 (diff) | |
download | gentoo-ffc20c59269ca7f89b7c684c74e333bc543a4738.tar.gz gentoo-ffc20c59269ca7f89b7c684c74e333bc543a4738.tar.bz2 gentoo-ffc20c59269ca7f89b7c684c74e333bc543a4738.zip |
app-text/ronn-ng: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ronn-ng/ronn-ng-0.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/ronn-ng/ronn-ng-0.10.1.ebuild b/app-text/ronn-ng/ronn-ng-0.10.1.ebuild index c1e9136fe5ea..d1fb0d67cc93 100644 --- a/app-text/ronn-ng/ronn-ng-0.10.1.ebuild +++ b/app-text/ronn-ng/ronn-ng-0.10.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGELOG.md README.md" RUBY_FAKEGEM_GEMSPEC="ronn-ng.gemspec" |