diff options
author | 2021-09-02 11:20:31 +0200 | |
---|---|---|
committer | 2021-09-02 20:08:29 +0200 | |
commit | db088e08082ef539a64eba4715c68e9ee4dd4a8b (patch) | |
tree | d406cd640b9c6821168d60575d1d76f5d47738c7 /eclass/ruby-fakegem.eclass | |
parent | perl-module.eclass: Set @PROVIDES (diff) | |
download | gentoo-db088e08082ef539a64eba4715c68e9ee4dd4a8b.tar.gz gentoo-db088e08082ef539a64eba4715c68e9ee4dd4a8b.tar.bz2 gentoo-db088e08082ef539a64eba4715c68e9ee4dd4a8b.zip |
ruby-fakegem.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 76a80f6b9be2..d999ace34286 100644 --- a/eclass/ruby-fakegem.eclass +++ b/eclass/ruby-fakegem.eclass @@ -9,6 +9,7 @@ # Author: Alex Legler <a3li@gentoo.org> # Author: Hans de Graaff <graaff@gentoo.org> # @SUPPORTED_EAPIS: 4 5 6 7 8 +# @PROVIDES: ruby-ng # @BLURB: An eclass for installing Ruby packages to behave like RubyGems. # @DESCRIPTION: # This eclass allows to install arbitrary Ruby libraries (including Gems), |