diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-09-06 08:17:29 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-09-06 08:48:31 +0200 |
commit | ee3fee96388a671c68440998de0340490d4802ab (patch) | |
tree | 6760914caaa5dede33dcc6e4f986f2cdc099fbef /dev-ruby/oauth2 | |
parent | dev-ruby/oauth2: cleanup (diff) | |
download | gentoo-ee3fee96388a671c68440998de0340490d4802ab.tar.gz gentoo-ee3fee96388a671c68440998de0340490d4802ab.tar.bz2 gentoo-ee3fee96388a671c68440998de0340490d4802ab.zip |
dev-ruby/oauth2: remove obsolete jwt slot
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/oauth2')
-rw-r--r-- | dev-ruby/oauth2/oauth2-1.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/oauth2/oauth2-1.4.4.ebuild b/dev-ruby/oauth2/oauth2-1.4.4.ebuild index 7bd272c8bbfd..f6e739a9594f 100644 --- a/dev-ruby/oauth2/oauth2-1.4.4.ebuild +++ b/dev-ruby/oauth2/oauth2-1.4.4.ebuild @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/faraday-0.8 <dev-ruby/faraday-2.0 - || ( dev-ruby/jwt:2 dev-ruby/jwt:0 ) + dev-ruby/jwt:2 >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1* >=dev-ruby/multi_xml-0.5:0 >=dev-ruby/rack-1.2:* <dev-ruby/rack-3:*" |