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 05/10] perl-app.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 09:19:41
Message-Id: 20180812091734.24198-6-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/10] @SUPPORTED_EAPIS, part two by "Michał Górny"
1 ---
2 eclass/perl-app.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/perl-app.eclass b/eclass/perl-app.eclass
6 index 4519627d769c..6b762dd83b3d 100644
7 --- a/eclass/perl-app.eclass
8 +++ b/eclass/perl-app.eclass
9 @@ -3,6 +3,7 @@
10
11 # Author: Michael Cummings <mcummings@g.o>
12 # Maintained by the Perl herd <perl@g.o>
13 +# @SUPPORTED_EAPIS: 5
14
15 # If the ebuild doesn't override this, ensure we do not depend on the perl subslot value
16 : ${GENTOO_DEPEND_ON_PERL_SUBSLOT:="no"}
17 --
18 2.18.0