commit: db088e08082ef539a64eba4715c68e9ee4dd4a8b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 2 09:20:31 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 2 18:08:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db088e08
ruby-fakegem.eclass: Set @PROVIDES Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/ruby-fakegem.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index 76a80f6b9be..d999ace3428 100644 --- a/eclass/ruby-fakegem.eclass +++ b/eclass/ruby-fakegem.eclass @@ -9,6 +9,7 @@ # Author: Alex Legler <[email protected]> # Author: Hans de Graaff <[email protected]> # @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),
