diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-07-04 08:28:34 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-07-04 11:41:07 +0200 |
commit | 0693a653a7ff1081f9b248d466949a315374b6d0 (patch) | |
tree | 3e2bdb61297ed528f9784c962e2afd9d28f97e97 /dev-ruby/http-accept | |
parent | dev-ruby/httpauth: enable ruby32 (diff) | |
download | gentoo-0693a653a7ff1081f9b248d466949a315374b6d0.tar.gz gentoo-0693a653a7ff1081f9b248d466949a315374b6d0.tar.bz2 gentoo-0693a653a7ff1081f9b248d466949a315374b6d0.zip |
dev-ruby/http-accept: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/http-accept')
-rw-r--r-- | dev-ruby/http-accept/http-accept-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/http-accept/http-accept-2.2.0.ebuild b/dev-ruby/http-accept/http-accept-2.2.0.ebuild index 2e63d7de2a10..9cb68d6126b5 100644 --- a/dev-ruby/http-accept/http-accept-2.2.0.ebuild +++ b/dev-ruby/http-accept/http-accept-2.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_GEMSPEC="http-accept.gemspec" |