diff options
author | 2024-12-31 07:35:12 +0100 | |
---|---|---|
committer | 2024-12-31 07:39:21 +0100 | |
commit | 1111556ccabbc19d084732c49eb9e0ad61cb022a (patch) | |
tree | 84d78cfcc7e5dab13e4c19703dca29ba863cff6f /dev-ruby/net-http-digest_auth | |
parent | dev-ruby/net-ftp: drop 0.3.5, 0.3.6 (diff) | |
download | gentoo-1111556ccabbc19d084732c49eb9e0ad61cb022a.tar.gz gentoo-1111556ccabbc19d084732c49eb9e0ad61cb022a.tar.bz2 gentoo-1111556ccabbc19d084732c49eb9e0ad61cb022a.zip |
dev-ruby/net-http-digest_auth: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/net-http-digest_auth')
-rw-r--r-- | dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1-r2.ebuild b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1-r2.ebuild index 5fa9bed2ea02..f0d582deeea9 100644 --- a/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1-r2.ebuild +++ b/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.1-r2.ebuild @@ -1,9 +1,9 @@ -# 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="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" |