Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 02 Sep 2021 18:08:41
Message-Id: 1630606108.5ab802dd4f48f6275de1d260ca9eb4d9276536ad.mgorny@gentoo
1 commit: 5ab802dd4f48f6275de1d260ca9eb4d9276536ad
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:20:12 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 18:08:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab802dd
7
8 perl-module.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/perl-module.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
16 index 3c1b4c3c5ac..cff6f203ab8 100644
17 --- a/eclass/perl-module.eclass
18 +++ b/eclass/perl-module.eclass
19 @@ -8,6 +8,7 @@
20 # Seemant Kulleen <seemant@g.o>
21 # Andreas K. Hüttel <dilfridge@g.o>
22 # @SUPPORTED_EAPIS: 5 6 7 8
23 +# @PROVIDES: perl-functions
24 # @BLURB: eclass for installing Perl module distributions
25 # @DESCRIPTION:
26 # The perl-module eclass is designed to allow easier installation of Perl