Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/public_suffix/
Date: Sat, 18 Mar 2023 00:03:05
Message-Id: 1679097716.b44180a13c28968518fb21dafc6986624e99cc20.sam@gentoo
1 commit: b44180a13c28968518fb21dafc6986624e99cc20
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 07:25:10 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 00:01:56 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44180a1
7
8 dev-ruby/public_suffix: enable ruby32 for 4.0.7
9
10 ```
11
12 Finished in 0.112036s, 731.9055 runs/s, 2856.2167 assertions/s.
13
14 82 runs, 320 assertions, 0 failures, 0 errors, 0 skips
15 ```
16
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 dev-ruby/public_suffix/public_suffix-4.0.7.ebuild | 4 ++--
20 1 file changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/dev-ruby/public_suffix/public_suffix-4.0.7.ebuild b/dev-ruby/public_suffix/public_suffix-4.0.7.ebuild
23 index 6b42d2313e8a..8705c4505304 100644
24 --- a/dev-ruby/public_suffix/public_suffix-4.0.7.ebuild
25 +++ b/dev-ruby/public_suffix/public_suffix-4.0.7.ebuild
26 @@ -1,9 +1,9 @@
27 -# Copyright 1999-2022 Gentoo Authors
28 +# Copyright 1999-2023 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=8
32
33 -USE_RUBY="ruby26 ruby27 ruby30 ruby31"
34 +USE_RUBY="ruby26 ruby27 ruby30 ruby31 ruby32"
35
36 RUBY_FAKEGEM_EXTRAINSTALL="data"