commit: ab79437e9c0ddc0966f704c2d3e66472776bfbae
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 06:52:55 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 07:06:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab79437e
dev-ruby/net-smtp: disable ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/net-smtp/net-smtp-0.3.1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 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 6a5d70ff99e2..f181ba494bc1 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 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
@@ -20,9 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc
IUSE=""
ruby_add_rdepend "
- dev-ruby/digest
dev-ruby/net-protocol
- dev-ruby/timeout
"
all_ruby_prepare() {