diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:39:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:12 +0200 |
commit | 2867a4581248bb84a5bd0cd319ec76635353137a (patch) | |
tree | aa7ad70c83cfbfb6e26dfbeda92b36cc73bcc8bd /eclass | |
parent | ruby-ng-gnome2.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-2867a4581248bb84a5bd0cd319ec76635353137a.tar.gz gentoo-2867a4581248bb84a5bd0cd319ec76635353137a.tar.bz2 gentoo-2867a4581248bb84a5bd0cd319ec76635353137a.zip |
ruby-ng.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ruby-ng.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 22dafb31423a..f036d476069f 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -8,6 +8,7 @@ # Author: Diego E. Pettenò <flameeyes@gentoo.org> # Author: Alex Legler <a3li@gentoo.org> # Author: Hans de Graaff <graaff@gentoo.org> +# @SUPPORTED_EAPIS: 2 3 4 5 6 # @BLURB: An eclass for installing Ruby packages with proper support for multiple Ruby slots. # @DESCRIPTION: # The Ruby eclass is designed to allow an easier installation of Ruby packages |