diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-09 10:35:30 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-09 12:35:19 +0200 |
commit | 50b180afeb71faca0038ee5e62bcb99ced759c62 (patch) | |
tree | 7fd9a461c1130a20076031bca38bf7c0562ea18a /dev-ruby/net-smtp | |
parent | dev-ruby/digest: enable ruby31 (diff) | |
download | gentoo-50b180afeb71faca0038ee5e62bcb99ced759c62.tar.gz gentoo-50b180afeb71faca0038ee5e62bcb99ced759c62.tar.bz2 gentoo-50b180afeb71faca0038ee5e62bcb99ced759c62.zip |
dev-ruby/net-smtp: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/net-smtp')
-rw-r--r-- | dev-ruby/net-smtp/net-smtp-0.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/net-smtp/net-smtp-0.3.1.ebuild b/dev-ruby/net-smtp/net-smtp-0.3.1.ebuild index ed092f957aea..6a5d70ff99e2 100644 --- a/dev-ruby/net-smtp/net-smtp-0.3.1.ebuild +++ b/dev-ruby/net-smtp/net-smtp-0.3.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" |