Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 40/44] ruby-fakegem.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 11:01:07
Message-Id: 20210902104724.1043118-41-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/44] @PROVIDES for eclasses by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/ruby-fakegem.eclass | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
7 index 76a80f6b9be2..d999ace34286 100644
8 --- a/eclass/ruby-fakegem.eclass
9 +++ b/eclass/ruby-fakegem.eclass
10 @@ -9,6 +9,7 @@
11 # Author: Alex Legler <a3li@g.o>
12 # Author: Hans de Graaff <graaff@g.o>
13 # @SUPPORTED_EAPIS: 4 5 6 7 8
14 +# @PROVIDES: ruby-ng
15 # @BLURB: An eclass for installing Ruby packages to behave like RubyGems.
16 # @DESCRIPTION:
17 # This eclass allows to install arbitrary Ruby libraries (including Gems),
18 --
19 2.33.0