diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:39:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:11 +0200 |
commit | 5eb9e4293f98aa521e31e111254ae0b06ec0be7d (patch) | |
tree | 416c47b1bf7083975221e3a13f67c48eb20f55e0 /eclass/ruby-fakegem.eclass | |
parent | ros-catkin.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-5eb9e4293f98aa521e31e111254ae0b06ec0be7d.tar.gz gentoo-5eb9e4293f98aa521e31e111254ae0b06ec0be7d.tar.bz2 gentoo-5eb9e4293f98aa521e31e111254ae0b06ec0be7d.zip |
ruby-fakegem.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/ruby-fakegem.eclass')
-rw-r--r-- | eclass/ruby-fakegem.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index b66d57d2d573..ecbf6403e43d 100644 --- a/eclass/ruby-fakegem.eclass +++ b/eclass/ruby-fakegem.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Author: Diego E. Pettenò <flameeyes@gentoo.org> # Author: Alex Legler <a3li@gentoo.org> +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: An eclass for installing Ruby packages to behave like RubyGems. # @DESCRIPTION: # This eclass allows to install arbitrary Ruby libraries (including Gems), |