diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2022-02-22 09:43:43 +0100 |
|---|---|---|
| committer | Ulrich Müller <ulm@gentoo.org> | 2022-02-22 09:43:43 +0100 |
| commit | 47dccd84d9d27cbf4801ff38402adfaedf6253b5 (patch) | |
| tree | e92a16a879928f6e49f909827ba37b781d139621 /eclass/ruby-fakegem.eclass | |
| parent | 9b6c5dded597cc0b4c7f37e3a7d23563d046024d (diff) | |
| download | gentoo-47dccd84d9d27cbf4801ff38402adfaedf6253b5.tar.gz gentoo-47dccd84d9d27cbf4801ff38402adfaedf6253b5.tar.bz2 gentoo-47dccd84d9d27cbf4801ff38402adfaedf6253b5.zip | |
ruby-fakegem.eclass: Fix @SUPPORTED_EAPIS
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/ruby-fakegem.eclass')
| -rw-r--r-- | eclass/ruby-fakegem.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index cafb5dc04788..0f212e3b3072 100644 --- a/eclass/ruby-fakegem.eclass +++ b/eclass/ruby-fakegem.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: ruby-fakegem.eclass @@ -8,7 +8,7 @@ # Author: Diego E. Pettenò <flameeyes@gentoo.org> # Author: Alex Legler <a3li@gentoo.org> # Author: Hans de Graaff <graaff@gentoo.org> -# @SUPPORTED_EAPIS: 4 5 6 7 8 +# @SUPPORTED_EAPIS: 5 6 7 8 # @PROVIDES: ruby-ng # @BLURB: An eclass for installing Ruby packages to behave like RubyGems. # @DESCRIPTION: |
