diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-06-25 09:45:59 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-06-25 10:02:54 +0200 |
commit | 2a42cfef0c7293c5e392872c5e77dc9f23808ab7 (patch) | |
tree | eecee9861f7c57a3e0a7bff2f4c81e34e4b9ffee /dev-ruby/http-accept | |
parent | dev-ruby/http-form_data: drop 2.2.0 (diff) | |
download | gentoo-2a42cfef0c7293c5e392872c5e77dc9f23808ab7.tar.gz gentoo-2a42cfef0c7293c5e392872c5e77dc9f23808ab7.tar.bz2 gentoo-2a42cfef0c7293c5e392872c5e77dc9f23808ab7.zip |
dev-ruby/http-accept: enable ruby30, ruby31 and disable ruby24, ruby25
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-1.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/http-accept/http-accept-1.7.0.ebuild b/dev-ruby/http-accept/http-accept-1.7.0.ebuild index fe574509a5c3..3b1739a9ab9a 100644 --- a/dev-ruby/http-accept/http-accept-1.7.0.ebuild +++ b/dev-ruby/http-accept/http-accept-1.7.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="README.md" |