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 31/44] multilib-build.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 10:57:28
Message-Id: 20210902104724.1043118-32-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/multilib-build.eclass | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
7 index e3e8730904ab..17cd7da0d189 100644
8 --- a/eclass/multilib-build.eclass
9 +++ b/eclass/multilib-build.eclass
10 @@ -7,6 +7,7 @@
11 # @AUTHOR:
12 # Author: Michał Górny <mgorny@g.o>
13 # @SUPPORTED_EAPIS: 5 6 7 8
14 +# @PROVIDES: multibuild
15 # @BLURB: flags and utility functions for building multilib packages
16 # @DESCRIPTION:
17 # The multilib-build.eclass exports USE flags and utility functions
18 --
19 2.33.0