Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ruby-ssl/
Date: Mon, 28 Dec 2020 07:47:01
Message-Id: 1609141608.39476d9947c34dd67c62b4f6128b0c051723098d.graaff@gentoo
1 commit: 39476d9947c34dd67c62b4f6128b0c051723098d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 07:46:31 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 07:46:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39476d99
7
8 virtual/ruby-ssl: add ruby30
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 virtual/ruby-ssl/ruby-ssl-11.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/virtual/ruby-ssl/ruby-ssl-11.ebuild b/virtual/ruby-ssl/ruby-ssl-11.ebuild
17 index 9536a53ffeb..d94e4cbe758 100644
18 --- a/virtual/ruby-ssl/ruby-ssl-11.ebuild
19 +++ b/virtual/ruby-ssl/ruby-ssl-11.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -USE_RUBY="ruby25 ruby26 ruby27"
25 +USE_RUBY="ruby25 ruby26 ruby27 ruby30"
26
27 inherit ruby-ng
28
29 @@ -14,6 +14,7 @@ RDEPEND="
30 ruby_targets_ruby25? ( dev-lang/ruby:2.5[ssl] )
31 ruby_targets_ruby26? ( dev-lang/ruby:2.6[ssl] )
32 ruby_targets_ruby27? ( dev-lang/ruby:2.7[ssl] )
33 + ruby_targets_ruby30? ( dev-lang/ruby:3.0[ssl] )
34 "
35
36 pkg_setup() { :; }