diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:39:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:13 +0200 |
commit | c67f785c4d6a1e61aae48d939e44b3dabe5aa152 (patch) | |
tree | b76c18e0dcf990d9e5613cf3875ae69626c576c2 | |
parent | ruby-ng.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-c67f785c4d6a1e61aae48d939e44b3dabe5aa152.tar.gz gentoo-c67f785c4d6a1e61aae48d939e44b3dabe5aa152.tar.bz2 gentoo-c67f785c4d6a1e61aae48d939e44b3dabe5aa152.zip |
ruby-single.eclass: add @SUPPORTED_EAPIS
-rw-r--r-- | eclass/ruby-single.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass index c2c893903277..4ca5f5ef207b 100644 --- a/eclass/ruby-single.eclass +++ b/eclass/ruby-single.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Author: Hans de Graaff <graaff@gentoo.org> # Based on python-single-r1 by: Michał Górny <mgorny@gentoo.org> +# @SUPPORTED_EAPIS: 4 5 6 7 # @BLURB: An eclass for Ruby packages not installed for multiple implementations. # @DESCRIPTION: # An eclass for packages which don't support being installed for |