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 42/44] ruby-single.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 11:01:56
Message-Id: 20210902104724.1043118-43-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-single.eclass | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass
7 index e19597b99a01..ed230f4a84e5 100644
8 --- a/eclass/ruby-single.eclass
9 +++ b/eclass/ruby-single.eclass
10 @@ -8,6 +8,7 @@
11 # Author: Hans de Graaff <graaff@g.o>
12 # Based on python-single-r1 by: Michał Górny <mgorny@g.o>
13 # @SUPPORTED_EAPIS: 4 5 6 7 8
14 +# @PROVIDES: ruby-utils
15 # @BLURB: An eclass for Ruby packages not installed for multiple implementations.
16 # @DESCRIPTION:
17 # An eclass for packages which don't support being installed for
18 --
19 2.33.0