commit: a06e33425827f53ab4b44335aa409545ff691502 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jul 18 07:23:52 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jul 18 07:30:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06e3342
dev-ruby/addressable: drop obsolete public_suffix slot Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/addressable/addressable-2.8.7.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ruby/addressable/addressable-2.8.7.ebuild b/dev-ruby/addressable/addressable-2.8.7.ebuild index 155e00a34750..d08132e689b0 100644 --- a/dev-ruby/addressable/addressable-2.8.7.ebuild +++ b/dev-ruby/addressable/addressable-2.8.7.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -21,7 +22,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc test" -ruby_add_rdepend "|| ( dev-ruby/public_suffix:6 dev-ruby/public_suffix:5 )" +ruby_add_rdepend "dev-ruby/public_suffix:6" ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
