diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-02-22 07:45:13 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-02-22 07:48:08 +0100 |
commit | 95c42b54e71d5b31c055b50eaf08802fab3c29ad (patch) | |
tree | f94cd0d3fd19706bf17462c323f748297d246fec /dev-ruby | |
parent | sys-cluster/kube-scheduler: 1.20.4 bump (diff) | |
download | gentoo-95c42b54e71d5b31c055b50eaf08802fab3c29ad.tar.gz gentoo-95c42b54e71d5b31c055b50eaf08802fab3c29ad.tar.bz2 gentoo-95c42b54e71d5b31c055b50eaf08802fab3c29ad.zip |
dev-ruby/httparty: add ruby27
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/httparty/httparty-0.18.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/httparty/httparty-0.18.1.ebuild b/dev-ruby/httparty/httparty-0.18.1.ebuild index c7782d5184c8..0ce0a25a8724 100644 --- a/dev-ruby/httparty/httparty-0.18.1.ebuild +++ b/dev-ruby/httparty/httparty-0.18.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |