diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-03-20 07:05:10 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-03-20 07:05:10 +0100 |
commit | e587c458a29aedfdd553cb81eee81167fccb425d (patch) | |
tree | 57440336c6c5e017fd00ba85288a73174d4c8e29 /dev-ruby | |
parent | app-admin/awscli: Bump to 1.32.66 (diff) | |
download | gentoo-e587c458a29aedfdd553cb81eee81167fccb425d.tar.gz gentoo-e587c458a29aedfdd553cb81eee81167fccb425d.tar.bz2 gentoo-e587c458a29aedfdd553cb81eee81167fccb425d.zip |
dev-ruby/amatch: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/amatch/amatch-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/amatch/amatch-0.4.1.ebuild b/dev-ruby/amatch/amatch-0.4.1.ebuild index 2f67155ace33..4c0399a8981e 100644 --- a/dev-ruby/amatch/amatch-0.4.1.ebuild +++ b/dev-ruby/amatch/amatch-0.4.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGES README.md" |