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 28/44] lua-single.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 10:56:25
Message-Id: 20210902104724.1043118-29-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/lua-single.eclass | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/eclass/lua-single.eclass b/eclass/lua-single.eclass
7 index 26967000748c..2f4ebaa14198 100644
8 --- a/eclass/lua-single.eclass
9 +++ b/eclass/lua-single.eclass
10 @@ -9,6 +9,7 @@
11 # Marek Szuba <marecki@g.o>
12 # Based on python-single-r1.eclass by Michał Górny <mgorny@g.o> et al.
13 # @SUPPORTED_EAPIS: 7 8
14 +# @PROVIDES: lua-utils
15 # @BLURB: An eclass for Lua packages not installed for multiple implementations.
16 # @DESCRIPTION:
17 # An extension of lua.eclass suite for packages which don't support being
18 --
19 2.33.0