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 57/98] perl-functions.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 07:46:56
Message-Id: 20180812072343.19947-58-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/98] Add @SUPPORTED_EAPIS to eclasses, part one by "Michał Górny"
1 ---
2 eclass/perl-functions.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
6 index 96e9a59e8904..e7775f31b8e0 100644
7 --- a/eclass/perl-functions.eclass
8 +++ b/eclass/perl-functions.eclass
9 @@ -8,6 +8,7 @@
10 # Seemant Kulleen <seemant@g.o>
11 # Andreas K. Huettel <dilfridge@g.o>
12 # Kent Fredric <kentnl@g.o>
13 +# @SUPPORTED_EAPIS: 5 6
14 # @BLURB: helper functions eclass for perl modules
15 # @DESCRIPTION:
16 # The perl-functions eclass is designed to allow easier installation of perl
17 --
18 2.18.0