Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 22 Feb 2022 08:44:46
Message-Id: 1645519423.47dccd84d9d27cbf4801ff38402adfaedf6253b5.ulm@gentoo
1 commit: 47dccd84d9d27cbf4801ff38402adfaedf6253b5
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 22 08:43:43 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 08:43:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47dccd84
7
8 ruby-fakegem.eclass: Fix @SUPPORTED_EAPIS
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/ruby-fakegem.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
16 index cafb5dc04788..0f212e3b3072 100644
17 --- a/eclass/ruby-fakegem.eclass
18 +++ b/eclass/ruby-fakegem.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-fakegem.eclass
25 @@ -8,7 +8,7 @@
26 # Author: Diego E. Pettenò <flameeyes@g.o>
27 # Author: Alex Legler <a3li@g.o>
28 # Author: Hans de Graaff <graaff@g.o>
29 -# @SUPPORTED_EAPIS: 4 5 6 7 8
30 +# @SUPPORTED_EAPIS: 5 6 7 8
31 # @PROVIDES: ruby-ng
32 # @BLURB: An eclass for installing Ruby packages to behave like RubyGems.
33 # @DESCRIPTION: