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 03/44] autotools.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 10:48:32
Message-Id: 20210902104724.1043118-4-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/autotools.eclass | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
7 index 66d4686849db..bded69fc8fb5 100644
8 --- a/eclass/autotools.eclass
9 +++ b/eclass/autotools.eclass
10 @@ -5,6 +5,7 @@
11 # @MAINTAINER:
12 # base-system@g.o
13 # @SUPPORTED_EAPIS: 5 6 7 8
14 +# @PROVIDES: libtool
15 # @BLURB: Regenerates auto* build scripts
16 # @DESCRIPTION:
17 # This eclass is for safely handling autotooled software packages that need to
18 --
19 2.33.0