commit:     65ca176c08fea86a7873671b980803d0b7539c19
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 06:47:14 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 06:52:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ca176c

virtual/ruby-ssl: add ruby27

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 virtual/ruby-ssl/ruby-ssl-11.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/virtual/ruby-ssl/ruby-ssl-11.ebuild 
b/virtual/ruby-ssl/ruby-ssl-11.ebuild
index 106dc78ec38..ac581eac45b 100644
--- a/virtual/ruby-ssl/ruby-ssl-11.ebuild
+++ b/virtual/ruby-ssl/ruby-ssl-11.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 inherit ruby-ng
 
@@ -14,6 +14,7 @@ RDEPEND="
        ruby_targets_ruby24? ( dev-lang/ruby:2.4[ssl] )
        ruby_targets_ruby25? ( dev-lang/ruby:2.5[ssl] )
        ruby_targets_ruby26? ( dev-lang/ruby:2.6[ssl] )
+       ruby_targets_ruby27? ( dev-lang/ruby:2.7[ssl] )
 "
 
 pkg_setup() { :; }

Reply via email to