diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-08-05 08:18:39 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-05 08:19:38 +0200 |
commit | 4cf8b0a6ebf3328d797e19756ea79256388f5abd (patch) | |
tree | 516c974897970fc15b4a451a13f69566283d10a2 /dev-ruby/addressable/addressable-2.8.4.ebuild | |
parent | x11-misc/lightdm: adjust BDEPEND (diff) | |
download | gentoo-4cf8b0a6ebf3328d797e19756ea79256388f5abd.tar.gz gentoo-4cf8b0a6ebf3328d797e19756ea79256388f5abd.tar.bz2 gentoo-4cf8b0a6ebf3328d797e19756ea79256388f5abd.zip |
dev-ruby/addressable: remove old public_suffix slot
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/addressable/addressable-2.8.4.ebuild')
-rw-r--r-- | dev-ruby/addressable/addressable-2.8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/addressable/addressable-2.8.4.ebuild b/dev-ruby/addressable/addressable-2.8.4.ebuild index fb9479eda1c2..1e2e6acd66dd 100644 --- a/dev-ruby/addressable/addressable-2.8.4.ebuild +++ b/dev-ruby/addressable/addressable-2.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="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:5 dev-ruby/public_suffix:4 )" +ruby_add_rdepend "dev-ruby/public_suffix:5" ruby_add_bdepend "test? ( dev-ruby/rspec-its )" |