Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 02 Sep 2021 18:08:39
Message-Id: 1630606109.db088e08082ef539a64eba4715c68e9ee4dd4a8b.mgorny@gentoo
1 commit: db088e08082ef539a64eba4715c68e9ee4dd4a8b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:20:31 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 18:08:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db088e08
7
8 ruby-fakegem.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/ruby-fakegem.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
16 index 76a80f6b9be..d999ace3428 100644
17 --- a/eclass/ruby-fakegem.eclass
18 +++ b/eclass/ruby-fakegem.eclass
19 @@ -9,6 +9,7 @@
20 # Author: Alex Legler <a3li@g.o>
21 # Author: Hans de Graaff <graaff@g.o>
22 # @SUPPORTED_EAPIS: 4 5 6 7 8
23 +# @PROVIDES: ruby-ng
24 # @BLURB: An eclass for installing Ruby packages to behave like RubyGems.
25 # @DESCRIPTION:
26 # This eclass allows to install arbitrary Ruby libraries (including Gems),