diff options
Diffstat (limited to 'dev-ruby/net-http-persistent/net-http-persistent-4.0.0.ebuild')
-rw-r--r-- | dev-ruby/net-http-persistent/net-http-persistent-4.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/net-http-persistent/net-http-persistent-4.0.0.ebuild b/dev-ruby/net-http-persistent/net-http-persistent-4.0.0.ebuild index 6aaaac32ee1a..7fd3e977522e 100644 --- a/dev-ruby/net-http-persistent/net-http-persistent-4.0.0.ebuild +++ b/dev-ruby/net-http-persistent/net-http-persistent-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/drbrain/net-http-persistent" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="doc test" ruby_add_rdepend ">=dev-ruby/connection_pool-2.2:0" |