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/timecop/
Date: Sat, 18 Mar 2023 23:10:19
Message-Id: 1679180910.0a8fa8dbb2ceaa1918156b17722e3e058b5bdf0b.sam@gentoo
1 commit: 0a8fa8dbb2ceaa1918156b17722e3e058b5bdf0b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 18 04:29:29 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 23:08:30 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8fa8db
7
8 dev-ruby/timecop: enable ruby32
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/timecop/timecop-0.9.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/timecop/timecop-0.9.5.ebuild b/dev-ruby/timecop/timecop-0.9.5.ebuild
16 index 3f4ec824c9f8..af40e7129a40 100644
17 --- a/dev-ruby/timecop/timecop-0.9.5.ebuild
18 +++ b/dev-ruby/timecop/timecop-0.9.5.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -USE_RUBY="ruby26 ruby27 ruby30 ruby31"
27 +USE_RUBY="ruby27 ruby30 ruby31 ruby32"
28
29 RUBY_FAKEGEM_TASK_TEST="test"