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: eclass/
Date: Sat, 27 Aug 2022 23:10:19
Message-Id: 1661581911.7a3226b5419f3117d409b014d81fd3ba61ff0729.graaff@gentoo
1 commit: 7a3226b5419f3117d409b014d81fd3ba61ff0729
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 06:29:43 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 06:31:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3226b5
7
8 ruby-single.eclass: update ruby versions in examples
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 eclass/ruby-single.eclass | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass
16 index 1e390b9163ad..476d16b5cae1 100644
17 --- a/eclass/ruby-single.eclass
18 +++ b/eclass/ruby-single.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: ruby-single.eclass
25 @@ -18,7 +18,7 @@
26 # pull in the dependency on the requested ruby targets.
27 #
28 # @CODE
29 -# USE_RUBY="ruby26 ruby27"
30 +# USE_RUBY="ruby27 ruby30"
31 # inherit ruby-single
32 # RDEPEND="${RUBY_DEPS}"
33 # @CODE
34 @@ -67,7 +67,7 @@ inherit ruby-utils
35 #
36 # Example value:
37 # @CODE
38 -# || ( dev-lang/ruby:2.7 dev-lang/ruby:2.6 ) virtual/rubygems
39 +# || ( dev-lang/ruby:3.0 dev-lang/ruby:2.7 ) virtual/rubygems
40 # @CODE
41 #
42 # The order of dependencies will change over time to best match the